Module tvix_store::nar::seekable
source ยท Structsยง
- BlobRef ๐
Enumsยง
- Data ๐
Functionsยง
- flush_segment ๐Used during construction. Converts the current buffer (passed as
cur_segment
) into aData::Literal
segment and inserts it intoself.segments
. - walk_node ๐Used during construction. Recursively walks the node and its children, and fills
segments
with the appropriateData::Literal
andData::Blob
elements.