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

Method add_skipped_file

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

Add a skipped file path.

(&mut self, path: String)

Source from the content-addressed store, hash-verified

327
328 /// Add a skipped file path.
329 pub fn add_skipped_file(&mut self, path: String) {
330 self.skipped_files.push(path);
331 }
332
333 /// Store the original V3 serialized bytes for hash-stable saving.
334 ///

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