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

Method is_empty

nodedb-array/src/tile/sparse_tile.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 }
98
99 pub fn is_empty(&self) -> bool {
100 self.indices.is_empty()
101 }
102}
103
104/// Sparse tile payload.

Callers 4

encode_attr_colFunction · 0.45
decode_attr_colFunction · 0.45
choose_tagFunction · 0.45
merge_for_retentionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected