Structs§
- Data
Spool - A writable spool file for large file data during tar ingestion.
- Device
Node - Directory
Node - File
Tree - Inode
Metadata - Regular
File Id - Regular
File Node - Resource
Limits - Symlink
Node - Xattr
Enums§
- File
Data - File content storage — either in-memory for small files or spooled to disk for large files to keep memory usage bounded.
- File
Tree Error - Tree
Node
Constants§
- SPOOL_
THRESHOLD - Threshold below which file data is kept in memory (64 KiB). Files at or above this size are spooled to disk during tar ingestion.
Functions§
- merge_
layers_ with_ provenance - Merge multiple layer trees into a single tree with provenance tracking.