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:1172–1175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1170
1171 #[test]
1172 fn test_store_clear_nonexistent_is_ok() {
1173 let (_dir, store) = make_store();
1174 assert!(store.clear("does-not-exist").is_ok());
1175 }
1176
1177 // SessionStore: list
1178

Callers

nothing calls this directly

Calls 1

make_storeFunction · 0.85

Tested by

no test coverage detected