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

Method add_skipped

atomic-core/src/record/workflow/collect.rs:258–260  ·  view source on GitHub ↗

Record a skipped file.

(&mut self)

Source from the content-addressed store, hash-verified

256
257 /// Record a skipped file.
258 pub fn add_skipped(&mut self) {
259 self.skipped += 1;
260 }
261
262 /// Check if collection was successful (no errors).
263 pub fn is_success(&self) -> bool {

Callers 2

collect_tracked_filesFunction · 0.45

Calls

no outgoing calls

Tested by 1