Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dropbox/godropbox
/ set
Method
set
container/bitarray/bitarray.go:46–48 ·
view source on GitHub ↗
(idx int, off uint32)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(b *BitArray) set(idx int, off uint32) {
47
b.vs[idx] |= 1 << off
48
}
49
50
func
(b *BitArray) clear(idx int, off uint32) {
51
b.vs[idx] &= ^(1 << off)
Callers
1
Set
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected