MCPcopy Create free account
hub / github.com/base/triedb / location

Method location

src/pointer.rs:39–41  ·  view source on GitHub ↗

Returns the [Location] wrapped by the [Pointer].

(&self)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 1