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

Method should_skip

atomic-core/src/merge/resolved.rs:100–102  ·  view source on GitHub ↗

Check whether a vertex should be silently skipped during output.

(&self, vid: VertexId)

Source from the content-addressed store, hash-verified

98
99 /// Check whether a vertex should be silently skipped during output.
100 pub fn should_skip(&self, vid: VertexId) -> bool {
101 self.skip.contains(&vid)
102 }
103
104 /// How many conflict groups were resolved.
105 pub fn resolved_count(&self) -> usize {

Callers 1

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected