(&self, _hash: &Hash)
| 366 | } |
| 367 | |
| 368 | fn get_internal(&self, _hash: &Hash) -> Result<Option<NodeId>, PristineError> { |
| 369 | Ok(None) |
| 370 | } |
| 371 | |
| 372 | fn get_node_type(&self, _id: NodeId) -> Result<Option<u8>, PristineError> { |
| 373 | Ok(None) |
no outgoing calls
no test coverage detected