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

Method finalize

flow-derive/examples/node_derive.rs:28–28  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

26
27 async fn initialize(&mut self, _: ResourceCollection) {}
28 async fn finalize(&mut self) {}
29
30 async fn exec(&mut self, _: &Context) -> Result<()> {
31 let _: Envelope<f32> = self.first.recv::<f32>().await.unwrap();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected