(&self)
| 365 | } |
| 366 | |
| 367 | pub fn output_count(&self) -> usize { |
| 368 | match self { |
| 369 | DocumentNodeImplementation::Network(network) => network.exports.len(), |
| 370 | _ => 1, |
| 371 | } |
| 372 | } |
| 373 | } |
| 374 | |
| 375 | // TODO: Eventually remove this document upgrade code |
no test coverage detected