MCPcopy Create free account
hub / github.com/ZettaScaleLabs/stabby / insert

Method insert

stabby/src/map.rs:26–28  ·  view source on GitHub ↗
(&mut self, key: K, value: V)

Source from the content-addressed store, hash-verified

24 }
25
26 extern "C" fn insert(&mut self, key: K, value: V) -> crate::option::Option<V> {
27 self.insert(key, value).into()
28 }
29}
30
31#[cfg(feature = "std")]

Callers 1

benchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected