Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_skip
Method
record_skip
atomic-core/src/record/workflow/assembly/helpers.rs:56–58 ·
view source on GitHub ↗
Record a skipped file.
(&mut self)
Source
from the content-addressed store, hash-verified
54
55
/// Record a skipped file.
56
pub fn record_skip(&mut self) {
57
self.files_skipped += 1;
58
}
59
60
/// Record an error.
61
pub fn record_error(&mut self) {
Callers
3
assemble_change
Function · 0.45
test_stats_record_skip
Function · 0.45
test_stats_total_files
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_stats_record_skip
Function · 0.36
test_stats_total_files
Function · 0.36