Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ assert_send_sync
Function
assert_send_sync
cake-core/src/cake/sharding/mod.rs:1110–1110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1108
#[test]
1109
fn test_default_strategy_is_send_sync() {
1110
fn assert_send_sync<T: Send + Sync>() {}
1111
assert_send_sync::<DefaultStrategy>();
1112
}
1113
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected