MCPcopy Create free account
hub / github.com/RetypeOS/parcode / is_empty

Method is_empty

src/rt.rs:146–148  ·  view source on GitHub ↗

Returns true if the collection has no items.

(&self)

Source from the content-addressed store, hash-verified

144
145 /// Returns true if the collection has no items.
146 pub fn is_empty(&self) -> bool {
147 self.node.is_empty()
148 }
149
150 /// Returns a streaming iterator.
151 pub fn iter(&self) -> Result<impl Iterator<Item = Result<T>> + 'a> {

Callers 5

firstMethod · 0.45
visitMethod · 0.45
execute_graph_parallelFunction · 0.45
execute_graph_serialFunction · 0.45
process_nodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected