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

Method has_missing_contexts

atomic-core/src/apply/workspace.rs:609–611  ·  view source on GitHub ↗

Check if any missing contexts were detected.

(&self)

Source from the content-addressed store, hash-verified

607
608 /// Check if any missing contexts were detected.
609 pub fn has_missing_contexts(&self) -> bool {
610 !self.missing_contexts.is_empty()
611 }
612
613 /// Record a zombie span.
614 pub fn add_zombie(&mut self, zombie: Zombie) {

Callers 1

has_conflictsMethod · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected