(&self, token: &NodeOwner)
| 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() |
no outgoing calls
no test coverage detected