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

Method initialize

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

Source from the content-addressed store, hash-verified

41 }
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected