MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / add_content_bytes

Method add_content_bytes

atomic-core/src/crdt/apply/context.rs:197–199  ·  view source on GitHub ↗
(&mut self, bytes: u64)

Source from the content-addressed store, hash-verified

195 /// Records content bytes processed.
196 #[inline]
197 pub fn add_content_bytes(&mut self, bytes: u64) {
198 self.content_bytes_processed += bytes;
199 }
200
201 /// Records a conflict detection.
202 #[inline]

Callers 3

record_content_bytesMethod · 0.45
test_stats_content_bytesFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_stats_content_bytesFunction · 0.36