Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_basis
Function · 0.80
Calls
1
get_mut
Method · 0.45
Tested by
1
test_basis
Function · 0.64