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

Method finalize

flow-plugins/src/image_input.rs:44–44  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

42
43 async fn initialize(&mut self, _: ResourceCollection) {}
44 async fn finalize(&mut self) {}
45 async fn exec(&mut self, _: &Context) -> Result<()> {
46 let out = std::mem::take(&mut self.out);
47 let urls = std::mem::take(&mut self.urls);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected