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

Function test_store_list_empty

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

Source from the content-addressed store, hash-verified

1178
1179 #[test]
1180 fn test_store_list_empty() {
1181 let (_dir, store) = make_store();
1182 let sessions = store.list().unwrap();
1183 assert!(sessions.is_empty());
1184 }
1185
1186 #[test]
1187 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