MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / xget_mut

Method xget_mut

flow-message/src/cross/mod.rs:132–134  ·  view source on GitHub ↗
(&'a mut self, key: &Idx)

Source from the content-addressed store, hash-verified

130 Idx: ?Sized,
131 {
132 fn xget_mut(&'a mut self, key: &Idx) -> Option<U> {
133 self.get_mut(key).map(|data| data::GetMut::get_mut(data))
134 }
135 }
136}

Callers 1

test_basisFunction · 0.80

Calls 1

get_mutMethod · 0.45

Tested by 1

test_basisFunction · 0.64