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

Method is_empty

nodedb/src/engine/bitemporal/registry.rs:128–131  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126 }
127
128 pub fn is_empty(&self) -> bool {
129 let r = self.inner.read().unwrap_or_else(|p| p.into_inner());
130 r.is_empty()
131 }
132
133 pub fn len(&self) -> usize {
134 let r = self.inner.read().unwrap_or_else(|p| p.into_inner());

Callers 1

enforcement_loopFunction · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected