MCPcopy 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
117impl Node for Shared {

Callers 2

newMethod · 0.45
load_sharedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected