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

Class AnyNode

flow-rs/src/graph/node.rs:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15use toml::value::Table;
16
17pub struct AnyNode {
18 nodes: Vec<Box<dyn Actor>>,
19 #[allow(dead_code)]
20 info: config::Node,
21}
22
23impl AnyNode {
24 pub fn new(local_key: u64, mut info: config::Node, extra_args: Table) -> Result<AnyNode> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected