Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ get_mut
Method
get_mut
flow-message/src/cross/cow_map.rs:32–34 ·
view source on GitHub ↗
(&mut self, key: &str)
Source
from the content-addressed store, hash-verified
30
31
impl private::IndexGetDataMut<str> for CowMap {
32
fn get_mut(&mut self, key: &str) -> Option<&mut data::Data> {
33
self.get_mut(key)
34
}
35
}
36
37
#[cfg(test)]
Callers
1
xget_mut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected