MCPcopy
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

538type StatsFlags uint32
539
540func (s StatsFlags) HasBit(m StatsFlags) bool {
541 return (s & m) != 0
542}
543
544const (
545 StatsCmds = StatsFlags(1 << iota)

Callers 2

OverviewMethod · 0.80
StatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected