Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_basis
Function · 0.45
test_basis
Function · 0.45
__setitem__
Method · 0.45
Calls
1
set
Method · 0.45
Tested by
2
test_basis
Function · 0.36
test_basis
Function · 0.36