(&self, token: &NodeOwner, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region, ir: &mut IR, ops: &mut Assembler)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected