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

Method add_file_ops

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

Add a file operation to the context (semantic layer). # Arguments `ops` - The file operation to add

(&mut self, ops: FileOps)

Source from the content-addressed store, hash-verified

184 ///
185 /// * `ops` - The file operation to add
186 pub fn add_file_ops(&mut self, ops: FileOps) {
187 self.file_ops.push(ops);
188 }
189
190 /// Add a dependency.
191 ///

Callers 1

assemble_changeFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected