MCPcopy 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
459func len2Size(len uint) uint {
460
461 return uint((int(len)-1)/8 + 1)
462}
463
464func max(a, b uint) uint {
465 if a > b {

Callers 5

SetBitMethod · 0.85
SetBitsMethod · 0.85
BitOpMethod · 0.85
encodeBitmapMethod · 0.85
decodeBitmapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected