Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByteStorage/FlyDB
/ len2Size
Function
len2Size
structure/bitmap_1.go:459–462 ·
view source on GitHub ↗
(len uint)
Source
from the content-addressed store, hash-verified
457
}
458
459
func
len2Size(len uint) uint {
460
461
return
uint((int(len)-1)/8 + 1)
462
}
463
464
func
max(a, b uint) uint {
465
if
a > b {
Callers
5
SetBit
Method · 0.85
SetBits
Method · 0.85
BitOp
Method · 0.85
encodeBitmap
Method · 0.85
decodeBitmap
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected