func genForbiddenMask()
in
packed.go [57:59]
3
lines of code
1
McCabe index (conditional complexity)
func genForbiddenMask(bits uint) uint64 { return ^((uint64(1) << bits) - 1) }