MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / boxed

Method boxed

flow-rs/src/loader/python/mod.rs:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 }
48
49 fn boxed(self) -> Box<dyn Plugin> {
50 Box::new(self)
51 }
52}
53
54impl Plugin for NodePlugin {

Callers 1

load_from_scopeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected