Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_payloads
Function · 0.45
decode_msgpack_array
Function · 0.45
hash_placeholder_types
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected