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