MCPcopy 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
36impl<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
42impl<K: Eq + Hash, V, const N: usize, const M: usize> SmallHashMap<K, V, N, M> {

Callers

nothing calls this directly

Calls 1

newFunction · 0.70

Tested by

no test coverage detected