Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_from
Method · 0.45
replay_mmap_from_limit
Method · 0.45
replay_from_limit
Method · 0.45
init_wal
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected