Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ get_into
Method
get_into
flow-rs/src/graph/node.rs:46–48 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
44
}
45
46
pub fn get_into(&mut self) -> Vec<Box<dyn Actor>> {
47
std::mem::take(&mut self.nodes)
48
}
49
50
pub fn info(&self) -> &config::Node {
51
&self.info
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected