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

Method from

src/pointer.rs:97–99  ·  view source on GitHub ↗
(pointer: Pointer)

Source from the content-addressed store, hash-verified

95
96impl From<Pointer> for [u8; 37] {
97 fn from(pointer: Pointer) -> Self {
98 (&pointer).into()
99 }
100}
101
102impl From<&Pointer> for [u8; 37] {

Callers

nothing calls this directly

Calls 5

locationMethod · 0.80
rlpMethod · 0.80
is_hashMethod · 0.80
as_refMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected