MCPcopy 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
793func (z *BigInt) incr() *BigInt { return z.Add(z, bigOne) }
794func (z *BigInt) decr() *BigInt { return z.Sub(z, bigOne) }
795
796var interestingNumbers = [...]*BigInt{

Callers 1

bigint_test.goFile · 0.80

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected