Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ add_content_bytes
Method
add_content_bytes
atomic-core/src/record/workflow/assembly/helpers.rs:66–68 ·
view source on GitHub ↗
Add content bytes.
(&mut self, bytes: u64)
Source
from the content-addressed store, hash-verified
64
65
/// Add content bytes.
66
pub fn add_content_bytes(&mut self, bytes: u64) {
67
self.content_bytes += bytes;
68
}
69
70
/// Check if any errors occurred.
71
#[must_use]
Callers
2
assemble_change
Function · 0.45
test_stats_add_content_bytes
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_stats_add_content_bytes
Function · 0.36