MCPcopy
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
289func maxOfInt(a, b int) int {
290 if a > b {
291 return a
292 }
293 return b
294}
295
296func maxOfUint16(a, b uint16) uint16 {
297 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…