Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmartPool/smartpool-client
/ Min
Method
Min
protocol/claim.go:54–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(c *Claim) Min() *big.Int {
55
if
c.amt == nil {
56
c.buildAugTree()
57
}
58
return
c.amt.RootMin()
59
}
60
61
func
(c *Claim) Max() *big.Int {
62
if
c.amt == nil {
Callers
1
TestClaimMinReturnMinCounterOfItsShares
Function · 0.95
Implementers
2
Claim
protocol/claim.go
testClaim
protocol/test_claim.go
Calls
2
buildAugTree
Method · 0.95
RootMin
Method · 0.80
Tested by
1
TestClaimMinReturnMinCounterOfItsShares
Function · 0.76