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

Function test_recorded_debug

atomic-core/src/record/builder.rs:986–991  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

984
985 #[test]
986 fn test_recorded_debug() {
987 let builder = RecordBuilder::new();
988 let recorded = builder.finish();
989 let debug = format!("{:?}", recorded);
990 assert!(debug.contains("Recorded"));
991 }
992
993 #[test]
994 fn test_record_stats_debug() {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected