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

Method load_from_dir

src/wal.rs:49–80  ·  view source on GitHub ↗

Loads the WAL(s) within a directory, returning a new WAL and the recovered MemTable. If multiple WALs exist in a directory, they are merged by file date.

(dir: &Path)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

files_with_extFunction · 0.85
into_iterMethod · 0.80
flushMethod · 0.80
deleteMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected