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

Method is_empty

nodedb/src/engine/timeseries/compress.rs:66–68  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

64 }
65
66 pub fn is_empty(&self) -> bool {
67 self.by_id.is_empty()
68 }
69}
70
71impl Default for DictionaryRegistry {

Callers 15

flush_to_l1Method · 0.45
compact_to_l2Method · 0.45
removeMethod · 0.45
looks_epoch_likeFunction · 0.45
parse_lineFunction · 0.45
parse_batchFunction · 0.45
parse_measurement_tagsFunction · 0.45
parse_fieldsFunction · 0.45
parse_field_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected