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

Method initialize

flow-rs/src/node/transform.rs:26–26  ·  view source on GitHub ↗
(&mut self, _: ResourceCollection)

Source from the content-addressed store, hash-verified

24 }
25
26 async fn initialize(&mut self, _: ResourceCollection) {}
27 async fn finalize(&mut self) {}
28 async fn exec(&mut self, _: &Context) -> Result<()> {
29 if let Ok(msg) = self.inp.recv_any().await {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected