Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_roundtrip
Function · 0.70
get_missing_returns_none
Function · 0.70
latest_returns_highest_hlc
Function · 0.70
delete_older_than_removes_old
Function · 0.70
sink_impl_works
Function · 0.70
Calls
no outgoing calls
Tested by
5
put_and_get_roundtrip
Function · 0.56
get_missing_returns_none
Function · 0.56
latest_returns_highest_hlc
Function · 0.56
delete_older_than_removes_old
Function · 0.56
sink_impl_works
Function · 0.56