Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
282
func
minOfInt(a, b int) int {
283
if
a < b {
284
return
a
285
}
286
return
b
287
}
288
289
func
maxOfInt(a, b int) int {
290
if
a > b {
Callers
10
toEfficientContainer
Method · 0.70
checkValidity
Function · 0.70
andArray
Method · 0.70
toEfficientContainer
Method · 0.70
nextMany
Method · 0.70
nextMany64
Method · 0.70
toEfficientContainer
Method · 0.70
toEfficientContainerFromCardinality
Method · 0.70
validate
Method · 0.70
ParOr
Function · 0.70
Calls
no outgoing calls
Tested by
1
checkValidity
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…