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

Class DynConns

flow-rs/src/node/port.rs:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Clone)]
28struct DynConns {
29 name: u64,
30 inputs: HashMap<String, Sender>,
31 outputs: HashMap<String, Receiver>,
32}
33
34pub struct DynPortsConfig {
35 pub(crate) local_key: u64,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected