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

Method get_mut

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

Source from the content-addressed store, hash-verified

40 }
41
42 pub fn get_mut(&mut self) -> &mut Vec<Box<dyn Actor>> {
43 &mut self.nodes
44 }
45
46 pub fn get_into(&mut self) -> Vec<Box<dyn Actor>> {
47 std::mem::take(&mut self.nodes)

Callers 11

get_msgsFunction · 0.45
describe_responsesMethod · 0.45
chainMethod · 0.45
getMethod · 0.45
set_portMethod · 0.45
loadMethod · 0.45
set_portMethod · 0.45
translate_connFunction · 0.45
global_res_implFunction · 0.45
dyn_inp_transFunction · 0.45
dyn_out_transFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected