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

Method missing_contexts

atomic-core/src/apply/conflict.rs:348–350  ·  view source on GitHub ↗

Get all missing context conflicts.

(&self)

Source from the content-addressed store, hash-verified

346
347 /// Get all missing context conflicts.
348 pub fn missing_contexts(&self) -> &[MissingContextConflict] {
349 &self.missing_contexts
350 }
351
352 /// Get the number of missing context conflicts.
353 pub fn missing_context_count(&self) -> usize {

Callers 1

write_hunkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected