Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ output
Method
output
flow-rs/src/sandbox.rs:142–144 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
140
}
141
142
pub fn output(&self, name: &str) -> Option<Receiver> {
143
self.outputs.get(name).map(|x| x.receiver())
144
}
145
146
pub fn start(mut self) -> JoinHandle<Result<()>> {
147
let local_key = self.local_key;
Callers
4
test_basis
Function · 0.45
test_basis
Function · 0.45
test_empty
Function · 0.45
main
Function · 0.45
Calls
2
receiver
Method · 0.80
get
Method · 0.45
Tested by
3
test_basis
Function · 0.36
test_basis
Function · 0.36
test_empty
Function · 0.36