MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / wal_dir

Method wal_dir

nodedb/src/wal/manager/core.rs:134–136  ·  view source on GitHub ↗

Get the WAL directory path.

(&self)

Source from the content-addressed store, hash-verified

132
133 /// Get the WAL directory path.
134 pub fn wal_dir(&self) -> &Path {
135 &self.wal_dir
136 }
137}

Callers 4

replay_mmap_fromMethod · 0.45
replay_from_limitMethod · 0.45
init_walFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected