Returns the [Location] wrapped by the [Pointer].
(&self)
| 37 | |
| 38 | /// Returns the [Location] wrapped by the [Pointer]. |
| 39 | pub fn location(&self) -> Location { |
| 40 | self.location |
| 41 | } |
| 42 | |
| 43 | /// Returns true if the contained [RlpNode] is a hash. |
| 44 | /// This will be true in most cases, but not for pointers to storage leaf nodes |
no outgoing calls