Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ default
Method
default
crates/data-structures/src/small_map.rs:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
36
impl<K: Eq + Hash, V, const N: usize, const M: usize> Default for SmallHashMap<K, V, N, M> {
37
fn default() -> Self {
38
Self::new()
39
}
40
}
41
42
impl<K: Eq + Hash, V, const N: usize, const M: usize> SmallHashMap<K, V, N, M> {
Callers
nothing calls this directly
Calls
1
new
Function · 0.70
Tested by
no test coverage detected