MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / minOfInt

Function minOfInt

roaring64/util.go:23–28  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

21}
22
23func minOfInt(a, b int) int {
24 if a < b {
25 return a
26 }
27 return b
28}
29
30func maxOfInt(a, b int) int {
31 if a > b {

Callers 1

ParOrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…