MCPcopy 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_basisFunction · 0.45
test_basisFunction · 0.45
test_emptyFunction · 0.45
mainFunction · 0.45

Calls 2

receiverMethod · 0.80
getMethod · 0.45

Tested by 3

test_basisFunction · 0.36
test_basisFunction · 0.36
test_emptyFunction · 0.36