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/buffer.rs:209–211 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
207
}
208
209
pub fn is_empty(&self) -> bool {
210
self.len() == 0
211
}
212
213
pub fn earliest_lsn(&self) -> Option<u64> {
214
let events = self.events.read().unwrap_or_else(|p| p.into_inner());
Callers
15
diff_values
Function · 0.45
diff_objects
Function · 0.45
advance
Method · 0.45
advance_lsn_only
Method · 0.45
consumer_loop
Function · 0.45
process_retry_queue
Function · 0.45
is_unbounded_wildcard_select
Function · 0.45
parse_field
Function · 0.45
scheduler_loop
Function · 0.45
load_from_catalog
Method · 0.45
notify_insert
Function · 0.45
alert_eval_loop
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected