MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / Mark

Method Mark

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

Source from the content-addressed store, hash-verified

46}
47
48func (b *BitMap) Mark(position int) {
49 b.bits[position/8] |= BitUtil[position%8]
50}
51
52func (b *BitMap) UnMark(position int) {
53 b.bits[position/8] &= UnmarkBitUtil[position%8]

Callers 2

SwapMethod · 0.80
SetValueAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected