MCPcopy Create free account
hub / github.com/cockroachdb/apd / roundUp

Function roundUp

round.go:167–169  ·  view source on GitHub ↗
(result *BigInt, neg bool, half int)

Source from the content-addressed store, hash-verified

165}
166
167func roundUp(result *BigInt, neg bool, half int) bool {
168 return true
169}
170
171func round05Up(result *BigInt, neg bool, half int) bool {
172 var z BigInt

Callers 1

ShouldAddOneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…