Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
impl From<Pointer> for [u8; 37] {
97
fn from(pointer: Pointer) -> Self {
98
(&pointer).into()
99
}
100
}
101
102
impl From<&Pointer> for [u8; 37] {
Callers
nothing calls this directly
Calls
5
location
Method · 0.80
rlp
Method · 0.80
is_hash
Method · 0.80
as_ref
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected