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

Method add_extra_known

atomic-core/src/record/workflow/assembly/mod.rs:219–221  ·  view source on GitHub ↗

Add an extra known change. Extra known changes are referenced but not direct dependencies. # Arguments `hash` - The hash to add

(&mut self, hash: Hash)

Source from the content-addressed store, hash-verified

217 ///
218 /// * `hash` - The hash to add
219 pub fn add_extra_known(&mut self, hash: Hash) {
220 self.extra_known.insert(hash);
221 }
222
223 /// Get the number of hunks.
224 #[must_use]

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected