Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
new
Method · 0.45
recv
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected