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

Method skip

atomic-repository/src/tracking/mod.rs:265–268  ·  view source on GitHub ↗

Record a skipped path.

(&mut self, path: PathBuf, reason: &str)

Source from the content-addressed store, hash-verified

263
264 /// Record a skipped path.
265 pub fn skip(&mut self, path: PathBuf, reason: &str) {
266 self.skipped += 1;
267 self.skipped_paths.push((path, reason.to_string()));
268 }
269}
270
271// TrackingOptions

Callers 15

rejected_non_utf8_argFunction · 0.80
raw_option_valueFunction · 0.80
has_explicit_empty_valueFunction · 0.80
build_graph_first_changeFunction · 0.80
parse_commit_messageFunction · 0.80
print_unifiedMethod · 0.80
build_decision_edgesFunction · 0.80
globalize_recorded_fileFunction · 0.80
validate_partitionMethod · 0.80
addMethod · 0.80

Calls 1

pushMethod · 0.45