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

Method add_recorded_file

atomic-repository/src/record/assemble.rs:319–321  ·  view source on GitHub ↗

Add a recorded file path.

(&mut self, path: String)

Source from the content-addressed store, hash-verified

317
318 /// Add a recorded file path.
319 pub fn add_recorded_file(&mut self, path: String) {
320 self.recorded_files.push(path);
321 }
322
323 /// Add a deleted file path.
324 pub fn add_deleted_file(&mut self, path: String) {

Callers 2

test_outcome_add_filesFunction · 0.80
recordMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by 1

test_outcome_add_filesFunction · 0.64