Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_msgs
Function · 0.45
describe_responses
Method · 0.45
chain
Method · 0.45
get
Method · 0.45
set_port
Method · 0.45
load
Method · 0.45
set_port
Method · 0.45
translate_conn
Function · 0.45
global_res_impl
Function · 0.45
dyn_inp_trans
Function · 0.45
dyn_out_trans
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected