Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ assert_send_sync
Function
assert_send_sync
nodedb-vector/src/segment_backing/plain.rs:170–170 ·
view source on GitHub ↗
(_: &T)
Source
from the content-addressed store, hash-verified
168
#[test]
169
fn plain_backing_is_send_sync() {
170
fn assert_send_sync<T: Send + Sync>(_: &T) {}
171
172
let dir = tempdir().unwrap();
173
let path = dir.path().join(
"check.ndvs"
);
Callers
1
plain_backing_is_send_sync
Function · 0.70
Calls
no outgoing calls
Tested by
1
plain_backing_is_send_sync
Function · 0.56