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

Method has_predecessors

atomic-core/src/change/atom.rs:233–235  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

231 /// Check if this span has any up context.
232 #[inline]
233 pub fn has_predecessors(&self) -> bool {
234 !self.predecessors.is_empty()
235 }
236
237 /// Check if this span has any down context.
238 #[inline]

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected