MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / max

Function max

structure/bitmap_1.go:464–469  ·  view source on GitHub ↗
(a, b uint)

Source from the content-addressed store, hash-verified

462}
463
464func max(a, b uint) uint {
465 if a > b {
466 return a
467 }
468 return b
469}
470
471func min(a, b uint) uint {
472 if a < b {

Callers 1

BitOpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected