Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/apd
/ incr
Method
incr
bigint_test.go:793–793 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
791
}
792
793
func
(z *BigInt) incr() *BigInt {
return
z.Add(z, bigOne) }
794
func
(z *BigInt) decr() *BigInt {
return
z.Sub(z, bigOne) }
795
796
var
interestingNumbers = [...]*BigInt{
Callers
1
bigint_test.go
File · 0.80
Calls
1
Add
Method · 0.95
Tested by
no test coverage detected