Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmartPool/smartpool-client
/ RootMin
Method
RootMin
mtree/aug_mt.go:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
func
(amt AugTree) RootMin() *big.Int {
119
return
amt.Root().(AugData).Min.(*big.Int)
120
}
121
122
func
(amt AugTree) RootMax() *big.Int {
123
return
amt.Root().(AugData).Max.(*big.Int)
Callers
1
Min
Method · 0.80
Calls
1
Root
Method · 0.80
Tested by
no test coverage detected