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

Function test_store_clear_nonexistent_is_ok

atomic-agent/src/turn/session.rs:1116–1119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1114
1115 #[test]
1116 fn test_store_clear_nonexistent_is_ok() {
1117 let (_dir, store) = make_store();
1118 assert!(store.clear("does-not-exist").is_ok());
1119 }
1120
1121 // SessionStore: list
1122

Callers

nothing calls this directly

Calls 1

make_storeFunction · 0.85

Tested by

no test coverage detected