Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/smithy-go
/ cmpBigInt
Function
cmpBigInt
document/json/decoder_test.go:170–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
func
cmpBigInt()
func
(x big.Int, y big.Int) bool {
171
return
func
(x, y big.Int) bool {
172
return
x.String() == y.String()
173
}
174
}
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected