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

Method dependencies

atomic-core/src/record/workflow/globalize/context.rs:178–180  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

176 /// A reference to the set of dependency hashes.
177 #[must_use]
178 pub fn dependencies(&self) -> &HashSet<Hash> {
179 &self.dependencies
180 }
181
182 /// Get the dependencies as a sorted vector.
183 ///

Callers 2

globalize_recorded_fileFunction · 0.45
assemble_changeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected