Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ boxed
Method
boxed
flow-rs/src/node/shared.rs:112–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
110
})
111
}
112
pub fn boxed(self) -> Box<Shared> {
113
Box::new(self)
114
}
115
}
116
117
impl Node for Shared {
Callers
2
new
Method · 0.45
load_shared
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected