Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_error
Method
record_error
atomic-core/src/record/workflow/assembly/helpers.rs:61–63 ·
view source on GitHub ↗
Record an error.
(&mut self)
Source
from the content-addressed store, hash-verified
59
60
/// Record an error.
61
pub fn record_error(&mut self) {
62
self.errors += 1;
63
}
64
65
/// Add content bytes.
66
pub fn add_content_bytes(&mut self, bytes: u64) {
Callers
2
assemble_change
Function · 0.45
test_stats_record_error
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_stats_record_error
Function · 0.36