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

Method stats_mut

atomic-core/src/crdt/apply/context.rs:462–464  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

460 /// Returns a mutable reference to the statistics.
461 #[inline]
462 pub fn stats_mut(&mut self) -> &mut ApplyStats {
463 &mut self.stats
464 }
465
466 /// Returns the detected conflicts.
467 #[inline]

Callers 1

test_context_stats_mutFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_context_stats_mutFunction · 0.64