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

Method new

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

Source from the content-addressed store, hash-verified

19
20impl Bcast {
21 fn new(_: String, _: &Table) -> Bcast {
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