(&self, hash: &Hash)
| 170 | } |
| 171 | |
| 172 | fn get_internal(&self, hash: &Hash) -> PristineResult<Option<NodeId>> { |
| 173 | self.txn.get_internal(hash) |
| 174 | } |
| 175 | |
| 176 | fn list_registered_changes(&self) -> PristineResult<Vec<(NodeId, Hash)>> { |
| 177 | self.txn.list_registered_changes() |
no outgoing calls
no test coverage detected