(&self, _hash: &Hash)
| 478 | } |
| 479 | |
| 480 | fn get_internal(&self, _hash: &Hash) -> Result<Option<NodeId>, PristineError> { |
| 481 | Ok(None) |
| 482 | } |
| 483 | |
| 484 | fn get_node_type(&self, _id: NodeId) -> Result<Option<u8>, PristineError> { |
| 485 | Ok(None) |
no outgoing calls
no test coverage detected