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 12

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
addMethod · 0.80
add_directoryMethod · 0.80
exec_read_fileMethod · 0.80
test_tracking_stats_skipFunction · 0.80

Calls 1

pushMethod · 0.45