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

Method file_ops

atomic-core/src/change/change.rs:218–220  ·  view source on GitHub ↗

Get a reference to the file operations.

(&self)

Source from the content-addressed store, hash-verified

216
217 /// Get a reference to the file operations.
218 pub fn file_ops(&self) -> &[FileOps] {
219 &self.hashed.file_ops
220 }
221
222 /// Check if this change has semantic layer operations.
223 pub fn has_file_ops(&self) -> bool {

Callers 11

runMethod · 0.45
get_condensed_textFunction · 0.45
test_multi_file_workflowFunction · 0.45
kg_enrich_changesMethod · 0.45
kg_enrich_changeMethod · 0.45
write_change_to_graphFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_multi_file_workflowFunction · 0.36