MCPcopy Create free account
hub / github.com/adambcomer/database-engine / load_from_path

Method load_from_path

src/sstable.rs:105–171  ·  view source on GitHub ↗

Reconstructs an `SSTable` from an existing file on disk. Scans the file once to rebuild the offset index and read the low/high keys, then seeks back to the beginning so the table is ready for lookups.

(path: &Path)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected