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