MCPcopy Index your code
hub / github.com/dropbox/godropbox / clear

Method clear

container/bitarray/bitarray.go:50–52  ·  view source on GitHub ↗
(idx int, off uint32)

Source from the content-addressed store, hash-verified

48}
49
50func (b *BitArray) clear(idx int, off uint32) {
51 b.vs[idx] &= ^(1 << off)
52}
53
54func ioff(i int) (idx int, off uint32) {
55 ui := uint32(i)

Callers 1

ClearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected