Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ StatsFlags
TypeAlias
StatsFlags
pkg/proxy/proxy.go:538–538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
type
StatsFlags uint32
539
540
func
(s StatsFlags) HasBit(m StatsFlags) bool {
541
return
(s & m) != 0
Callers
2
proxy.go
File · 0.85
Stats
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected