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

Method ports_callback

tangle/src/node.rs:182–183  ·  view source on GitHub ↗
(&mut self, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region)

Source from the content-addressed store, hash-verified

180 }
181
182 fn ports_callback(&mut self, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region) {
183 }
184
185 fn codegen(&self, token: &NodeOwner, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region, ir: &mut IR, ops: &mut Assembler) {
186 unimplemented!();

Callers

nothing calls this directly

Implementers 1

node.rstangle/src/node.rs

Calls

no outgoing calls

Tested by

no test coverage detected