MCPcopy Create free account
hub / github.com/chc4/lineiform / create_ports

Method create_ports

tangle/src/node.rs:179–180  ·  view source on GitHub ↗
(&self, r: &mut Region)

Source from the content-addressed store, hash-verified

177 }
178
179 fn create_ports(&self, r: &mut Region) {
180 }
181
182 fn ports_callback(&mut self, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region) {
183 }

Callers

nothing calls this directly

Implementers 1

node.rstangle/src/node.rs

Calls

no outgoing calls

Tested by

no test coverage detected