Module tvix_castore::import::fs
source · Expand description
Import from a real filesystem.
Enums§
Functions§
- Converts an iterator of walkdir::DirEntrys into a stream of ingestion entries. This can then be fed into ingest_entries to ingest all the entries into the castore.
- Ingests the contents at a given path into the tvix store, interacting with a BlobService and DirectoryService. It returns the root node or an error.
- Uploads the file at the provided [Path] the the BlobService.