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

Method is_empty

atomic-core/src/output/alive/order.rs:205–207  ·  view source on GitHub ↗

Check if the path is empty.

(&self)

Source from the content-addressed store, hash-verified

203
204 /// Check if the path is empty.
205 pub fn is_empty(&self) -> bool {
206 self.elements.is_empty()
207 }
208
209 /// Get the number of elements in the path.
210 pub fn len(&self) -> usize {

Callers 1

compute_orderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected