Module tvix_store::nar::seekable

source ยท

Structsยง

Enumsยง

Functionsยง

  • flush_segment ๐Ÿ”’
    Used during construction. Converts the current buffer (passed as cur_segment) into a Data::Literal segment and inserts it into self.segments.
  • walk_node ๐Ÿ”’
    Used during construction. Recursively walks the node and its children, and fills segments with the appropriate Data::Literal and Data::Blob elements.