Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ HasBit
Method
HasBit
pkg/proxy/proxy.go:540–542 ·
view source on GitHub ↗
(m StatsFlags)
Source
from the content-addressed store, hash-verified
538
type
StatsFlags uint32
539
540
func
(s StatsFlags) HasBit(m StatsFlags) bool {
541
return
(s & m) != 0
542
}
543
544
const
(
545
StatsCmds = StatsFlags(1 << iota)
Callers
2
Overview
Method · 0.80
Stats
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected