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

Method finalize

flow-rs/src/node/reorder.rs:30–30  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected