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

Method set_port

flow-rs/src/node/shared.rs:118–120  ·  view source on GitHub ↗
(&mut self, _port_name: &str, _tag: Option<u64>, _channel: &ChannelStorage)

Source from the content-addressed store, hash-verified

116
117impl Node for Shared {
118 fn set_port(&mut self, _port_name: &str, _tag: Option<u64>, _channel: &ChannelStorage) {
119 unimplemented!()
120 }
121
122 fn set_port_dynamic(&mut self, _: &str, _: crate::node::DynPortsConfig) {
123 unimplemented!()

Callers 3

newMethod · 0.45
create_specMethod · 0.45
newMethod · 0.45

Calls 3

insertMethod · 0.80
receiverMethod · 0.80
senderMethod · 0.80

Tested by

no test coverage detected