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

Function test_stats_skipped

atomic-core/src/crdt/apply/context.rs:873–878  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

871
872 #[test]
873 fn test_stats_skipped() {
874 let mut stats = ApplyStats::new();
875 stats.add_skipped();
876 stats.add_skipped();
877 assert_eq!(stats.operations_skipped(), 2);
878 }
879
880 #[test]
881 fn test_stats_merge() {

Callers

nothing calls this directly

Calls 1

add_skippedMethod · 0.45

Tested by

no test coverage detected