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

Method insert_skip

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

Mark a vertex as "skip" — it belongs to a resolved SCC but is not the lead vertex.

(&mut self, vid: VertexId)

Source from the content-addressed store, hash-verified

86 /// Mark a vertex as "skip" — it belongs to a resolved SCC but is not
87 /// the lead vertex.
88 pub fn insert_skip(&mut self, vid: VertexId) {
89 self.skip.insert(vid);
90 }
91
92 /// Look up merged content for a vertex.
93 ///

Callers 5

skip_setFunction · 0.80
multiple_resolved_sccsFunction · 0.80
clone_preserves_dataFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by 4

skip_setFunction · 0.64
multiple_resolved_sccsFunction · 0.64
clone_preserves_dataFunction · 0.64