Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
func
(b *BitArray) clear(idx int, off uint32) {
51
b.vs[idx] &= ^(1 << off)
52
}
53
54
func
ioff(i int) (idx int, off uint32) {
55
ui := uint32(i)
Callers
1
Clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected