Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Get
Method
Get
protocol/net/io/encoding/encoding.go:164–166 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
162
type
BitSet []int64
163
164
func
(set BitSet) Get(i int) bool {
165
return
(set[i/64] & (1 << (i % 64))) != 0
166
}
167
168
func
(set BitSet) Set(i int) {
169
set[i/64] |= 1 << (i % 64)
Callers
12
generateMap
Function · 0.45
newStruct
Function · 0.45
NewDecoder
Function · 0.45
Unmarshal
Function · 0.45
authenticate
Method · 0.45
wpk
Method · 0.45
ReadPacket
Method · 0.45
Size
Function · 0.45
DecompressLZ4
Function · 0.45
DecompressZlib
Function · 0.45
CompressZlib
Function · 0.45
Encode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected