Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ maxOfInt
Function
maxOfInt
util.go:289–294 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
287
}
288
289
func
maxOfInt(a, b int) int {
290
if
a > b {
291
return
a
292
}
293
return
b
294
}
295
296
func
maxOfUint16(a, b uint16) uint16 {
297
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…