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

Method output

flow-python/src/lib.rs:66–68  ·  view source on GitHub ↗
(&self, key: &str)

Source from the content-addressed store, hash-verified

64 }
65
66 fn output(&self, key: &str) -> Option<PyObject> {
67 self.outs.get(key).cloned()
68 }
69
70 fn close(&mut self) {
71 self.inps.clear();

Callers 2

newMethod · 0.45
recvFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected