MCPcopy
hub / github.com/RoaringBitmap/roaring / minOfInt

Function minOfInt

util.go:282–287  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

280}
281
282func minOfInt(a, b int) int {
283 if a < b {
284 return a
285 }
286 return b
287}
288
289func maxOfInt(a, b int) int {
290 if a > b {

Callers 10

toEfficientContainerMethod · 0.70
checkValidityFunction · 0.70
andArrayMethod · 0.70
toEfficientContainerMethod · 0.70
nextManyMethod · 0.70
nextMany64Method · 0.70
toEfficientContainerMethod · 0.70
validateMethod · 0.70
ParOrFunction · 0.70

Calls

no outgoing calls

Tested by 1

checkValidityFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…