Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ get
Method
get
flow-rs/src/graph/channel.rs:37–39 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
35
}
36
37
pub fn get(&self) -> &ChannelStorage {
38
self.storage.as_ref().unwrap()
39
}
40
41
#[allow(dead_code)]
42
pub fn get_mut(&mut self) -> &mut ChannelStorage {
Callers
nothing calls this directly
Calls
1
as_ref
Method · 0.80
Tested by
no test coverage detected