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

Method fmt

nodedb/src/engine/array/engine.rs:31–37  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

29
30impl std::fmt::Debug for ArrayEngineConfig {
31 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
32 f.debug_struct("ArrayEngineConfig")
33 .field("root", &self.root)
34 .field("flush_cell_threshold", &self.flush_cell_threshold)
35 .field("kek", &self.kek.is_some())
36 .finish()
37 }
38}
39
40impl ArrayEngineConfig {

Callers

nothing calls this directly

Calls 2

fieldMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected