MCPcopy Create free account
hub / github.com/brimdata/super / TestBit

Function TestBit

scode/iter.go:83–85  ·  view source on GitHub ↗
(b []byte, off int)

Source from the content-addressed store, hash-verified

81}
82
83func TestBit(b []byte, off int) bool {
84 return b[off>>3]&(1<<(off&7)) != 0
85}
86
87func (r *RecordIter) Done() bool {
88 return r.elems.Done() && r.off >= r.nopts

Callers 3

DecodeTypeValueMethod · 0.92
formatTypeValueMethod · 0.92
NextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected