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

Method xset

flow-message/src/cross/mod.rs:96–98  ·  view source on GitHub ↗
(&mut self, key: Idx, value: U)

Source from the content-addressed store, hash-verified

94 U: Into<data::Data>,
95 {
96 fn xset(&mut self, key: Idx, value: U) {
97 self.set(key, value.into());
98 }
99 }
100
101 impl<Idx, T, U> IndexGet<Idx, U> for T

Callers 3

test_basisFunction · 0.45
test_basisFunction · 0.45
__setitem__Method · 0.45

Calls 1

setMethod · 0.45

Tested by 2

test_basisFunction · 0.36
test_basisFunction · 0.36