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

Function test_recorded_is_empty

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

Source from the content-addressed store, hash-verified

885
886 #[test]
887 fn test_recorded_is_empty() {
888 let builder = RecordBuilder::new();
889 let recorded = builder.finish();
890
891 assert!(recorded.is_empty());
892 assert!(recorded.is_empty_contents());
893 }
894
895 #[test]
896 fn test_recorded_take_actions() {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected