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

Method codegen

tangle/src/node.rs:282–285  ·  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

280 }
281
282 pub fn codegen(&self, token: &NodeOwner, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region, ir: &mut IR, ops: &mut Assembler) {
283 println!("node codegen for {:?} @ {}", self.variant.ro(token), self.time);
284 self.variant.ro(token).codegen(token, self.inputs.clone(), self.outputs.clone(), r, ir, ops)
285 }
286}
287
288impl NodeBehavior for NodeVariant::Constant {

Callers

nothing calls this directly

Calls 3

MoveClass · 0.85
cloneMethod · 0.80
in_regionMethod · 0.80

Tested by

no test coverage detected