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

Class DynPortsConfig

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

Source from the content-addressed store, hash-verified

32}
33
34pub struct DynPortsConfig {
35 pub(crate) local_key: u64,
36 pub(crate) target: String,
37 pub(crate) cap: usize,
38 pub(crate) brokers: Vec<BrokerClient>,
39 pub(crate) args: Table,
40}
41
42#[derive(Default)]
43pub struct DynPorts<V> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected