Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ into_stats
Method
into_stats
atomic-core/src/crdt/apply/context.rs:730–732 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
728
/// Consumes the outcome and returns the statistics.
729
#[inline]
730
pub fn into_stats(self) -> ApplyStats {
731
self.stats
732
}
733
734
/// Consumes the outcome and returns the conflicts.
735
#[inline]
Callers
1
test_outcome_into_stats
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_outcome_into_stats
Function · 0.64