Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitrue-exchange/libada-go
/ String
Method
String
pointer_address.go:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(p *PointerAddress) String() string {
61
res, _ := bech32.Encode(p.Prefix(), p.Bytes())
62
return
res
63
}
64
65
func
(p *PointerAddress) Kind() AddressKind {
66
return
PointerAddressKind
Callers
nothing calls this directly
Calls
3
Prefix
Method · 0.95
Bytes
Method · 0.95
Encode
Function · 0.92
Tested by
no test coverage detected