Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
func
max(a, b uint) uint {
465
if
a > b {
466
return
a
467
}
468
return
b
469
}
470
471
func
min(a, b uint) uint {
472
if
a < b {
Callers
1
BitOp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected