MCPcopy Index your code
hub / github.com/apache/iotdb-client-go / IsMarked

Method IsMarked

client/bitmap.go:56–58  ·  view source on GitHub ↗
(position int)

Source from the content-addressed store, hash-verified

54}
55
56func (b *BitMap) IsMarked(position int) bool {
57 return (b.bits[position/8] & BitUtil[position%8]) != 0
58}
59
60func (b *BitMap) IsAllUnmarked() bool {
61 for i := 0; i < b.size/8; i++ {

Callers 2

SwapMethod · 0.80
GetValueAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected