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

Function test_extract_no_unhashed

atomic-agent/src/transcript/tests.rs:534–538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532
533#[test]
534fn test_extract_no_unhashed() {
535 let change = make_empty_change();
536 assert!(!has_unhashed(&change));
537 assert!(extract_unhashed(&change).is_none());
538}
539
540#[test]
541fn test_strip_unhashed() {

Callers

nothing calls this directly

Calls 1

make_empty_changeFunction · 0.85

Tested by

no test coverage detected