MCPcopy 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_insertFunction · 0.80
apply_replaceFunction · 0.80

Calls 1

add_content_bytesMethod · 0.45

Tested by 1