MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / store

Function store

nodedb/src/control/array_sync/snapshot_store.rs:272–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 }
271
272 fn store() -> Arc<OriginSnapshotStore> {
273 OriginSnapshotStore::open_in_memory().unwrap()
274 }
275
276 #[test]
277 fn put_and_get_roundtrip() {

Callers 5

put_and_get_roundtripFunction · 0.70
get_missing_returns_noneFunction · 0.70
sink_impl_worksFunction · 0.70

Calls

no outgoing calls

Tested by 5

put_and_get_roundtripFunction · 0.56
get_missing_returns_noneFunction · 0.56
sink_impl_worksFunction · 0.56