MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_empty

Method is_empty

atomic-core/src/output/alive/graph.rs:154–156  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

152 /// Check if the graph has no vertices.
153 #[inline]
154 pub fn is_empty(&self) -> bool {
155 self.vertices.is_empty()
156 }
157
158 /// Get the total bytes of content across all vertices.
159 ///

Callers 5

statsMethod · 0.45
is_vertex_aliveFunction · 0.45
retrieve_graphFunction · 0.45
is_vertex_aliveMethod · 0.45
walk_filesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected