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

Method is_empty

nodedb/src/control/gateway/plan_cache.rs:222–224  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

220 }
221
222 pub fn is_empty(&self) -> bool {
223 self.len() == 0
224 }
225}
226
227/// Helper: FNV-1a 64-bit hash for SQL text.

Callers 3

fuse_payloadsFunction · 0.45
decode_msgpack_arrayFunction · 0.45
hash_placeholder_typesFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected