Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ bytes_added
Method
bytes_added
atomic-core/src/record/workflow/globalize/file.rs:71–73 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
69
/// Get bytes added.
70
#[must_use]
71
pub fn bytes_added(&self) -> u64 {
72
self.bytes_added
73
}
74
75
/// Get dependency count.
76
#[must_use]
Callers
1
assemble_change
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected