MCPcopy 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_valuesFunction · 0.45
diff_objectsFunction · 0.45
advanceMethod · 0.45
advance_lsn_onlyMethod · 0.45
consumer_loopFunction · 0.45
process_retry_queueFunction · 0.45
parse_fieldFunction · 0.45
scheduler_loopFunction · 0.45
load_from_catalogMethod · 0.45
notify_insertFunction · 0.45
alert_eval_loopFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected