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

Method codegen

tangle/src/node.rs:185–187  ·  view source on GitHub ↗
(&self, token: &NodeOwner, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region, ir: &mut IR, ops: &mut Assembler)

Source from the content-addressed store, hash-verified

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!();
187 }
188
189
190 fn tag(&self) -> String;

Callers

nothing calls this directly

Implementers 1

node.rstangle/src/node.rs

Calls

no outgoing calls

Tested by

no test coverage detected