Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
func
TestBit(b []byte, off int) bool {
84
return
b[off>>3]&(1<<(off&7)) != 0
85
}
86
87
func
(r *RecordIter) Done() bool {
88
return
r.elems.Done() && r.off >= r.nopts
Callers
3
DecodeTypeValue
Method · 0.92
formatTypeValue
Method · 0.92
Next
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected