Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_empty
Method
is_empty
nodedb/src/event/cdc/registry.rs:197–199 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
195
}
196
197
pub fn is_empty(&self) -> bool {
198
self.len() == 0
199
}
200
}
201
202
impl Default for StreamRegistry {
Callers
3
insert
Method · 0.45
remove
Method · 0.45
load_from_catalog
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected