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

Method output_count

tangle/src/node.rs:278–280  ·  view source on GitHub ↗
(&self, token: &NodeOwner)

Source from the content-addressed store, hash-verified

276 }
277
278 pub fn output_count(&self, token: &NodeOwner) -> usize {
279 self.variant.ro(token).output_count()
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);

Callers 1

create_portsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected