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

Method input_count

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

Source from the content-addressed store, hash-verified

272 }
273
274 pub fn input_count(&self, token: &NodeOwner) -> usize {
275 self.variant.ro(token).input_count()
276 }
277
278 pub fn output_count(&self, token: &NodeOwner) -> usize {
279 self.variant.ro(token).output_count()

Callers 2

create_portsMethod · 0.45
connect_block_paramsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected