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

Method new

flow-rs/src/node/noop.rs:21–23  ·  view source on GitHub ↗
(_name: String, _args: &Table)

Source from the content-addressed store, hash-verified

19
20impl NoopProducer {
21 fn new(_name: String, _args: &Table) -> NoopProducer {
22 Default::default()
23 }
24
25 async fn initialize(&mut self, _: ResourceCollection) {}
26 async fn finalize(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected