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

Method get

flow-rs/src/graph/node.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36
37 #[allow(dead_code)]
38 pub fn get(&self) -> &Vec<Box<dyn Actor>> {
39 &self.nodes
40 }
41
42 pub fn get_mut(&mut self) -> &mut Vec<Box<dyn Actor>> {
43 &mut self.nodes

Callers 15

dowith_requestFunction · 0.45
loadFunction · 0.45
submitMethod · 0.45
inputMethod · 0.45
outputMethod · 0.45
startMethod · 0.45
loadMethod · 0.45
dmonMethod · 0.45
set_portMethod · 0.45
closeMethod · 0.45
is_allinp_closedMethod · 0.45
dump_dotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected