Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
minOfInt(a, b int) int {
24
if
a < b {
25
return
a
26
}
27
return
b
28
}
29
30
func
maxOfInt(a, b int) int {
31
if
a > b {
Callers
1
ParOr
Function · 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…