Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ record_content_bytes
Method
record_content_bytes
atomic-core/src/crdt/apply/context.rs:589–591 ·
view source on GitHub ↗
(&mut self, bytes: u64)
Source
from the content-addressed store, hash-verified
587
/// Records content bytes processed.
588
#[inline]
589
pub fn record_content_bytes(&mut self, bytes: u64) {
590
self.stats.add_content_bytes(bytes);
591
}
592
593
/// Records a skipped operation.
594
#[inline]
Callers
3
apply_insert
Function · 0.80
apply_replace
Function · 0.80
test_context_record_operations
Function · 0.80
Calls
1
add_content_bytes
Method · 0.45
Tested by
1
test_context_record_operations
Function · 0.64