Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ min
Function
min
structure/bitmap_1.go:471–476 ·
view source on GitHub ↗
(a, b uint)
Source
from the content-addressed store, hash-verified
469
}
470
471
func
min(a, b uint) uint {
472
if
a < b {
473
return
a
474
}
475
return
b
476
}
Callers
1
BitOp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected