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

Function test_store_list_empty

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

Source from the content-addressed store, hash-verified

1122
1123 #[test]
1124 fn test_store_list_empty() {
1125 let (_dir, store) = make_store();
1126 let sessions = store.list().unwrap();
1127 assert!(sessions.is_empty());
1128 }
1129
1130 #[test]
1131 fn test_store_list_multiple() {

Callers

nothing calls this directly

Calls 3

make_storeFunction · 0.85
unwrapMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected