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

Method initialize

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

Source from the content-addressed store, hash-verified

122 }
123
124 async fn initialize(&mut self, _: ResourceCollection) {}
125 async fn finalize(&mut self) {}
126 async fn exec(&mut self, _: &Context) -> Result<()> {
127 let state = State::new(self.ty, std::mem::take(&mut self.out));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected