(&self, id: NodeId)
| 474 | type Adj = std::vec::IntoIter<Result<crate::types::SerializedGraphEdge, PristineError>>; |
| 475 | |
| 476 | fn get_external(&self, id: NodeId) -> Result<Option<Hash>, PristineError> { |
| 477 | Ok(self.externals.get(&id).copied()) |
| 478 | } |
| 479 | |
| 480 | fn get_internal(&self, _hash: &Hash) -> Result<Option<NodeId>, PristineError> { |
| 481 | Ok(None) |