(&self, id: NodeId)
| 166 | type Adj = AdjIterator; |
| 167 | |
| 168 | fn get_external(&self, id: NodeId) -> PristineResult<Option<Hash>> { |
| 169 | self.txn.get_external(id) |
| 170 | } |
| 171 | |
| 172 | fn get_internal(&self, hash: &Hash) -> PristineResult<Option<NodeId>> { |
| 173 | self.txn.get_internal(hash) |
no outgoing calls
no test coverage detected