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

Method mode

nodedb-wal/src/double_write.rs:224–226  ·  view source on GitHub ↗

I/O mode this buffer was opened with.

(&self)

Source from the content-addressed store, hash-verified

222
223 /// I/O mode this buffer was opened with.
224 pub fn mode(&self) -> DwbMode {
225 self.mode
226 }
227
228 /// Write a WAL record to the double-write buffer before WAL append.
229 ///

Callers 6

check_key_file_walFunction · 0.80
check_key_fileFunction · 0.80
ensure_secret_file_permsFunction · 0.80
ensure_ca_key_permsFunction · 0.80

Calls

no outgoing calls