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

Method finalize

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

Source from the content-addressed store, hash-verified

89
90 async fn initialize(&mut self, _: ResourceCollection) {}
91 async fn finalize(&mut self) {}
92 async fn exec(&mut self, _: &Context) -> Result<()> {
93 let state = State::new(std::mem::take(&mut self.out));
94 let mapping = state.mapping.clone();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected