Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ IsMasterOnly
Method
IsMasterOnly
IceFireDB-PubSub/pkg/router/mapper.go:49–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(f OpFlag) IsMasterOnly() bool {
50
const
mask = FlagWrite | FlagMayWrite | FlagMasterOnly
51
return
(f & mask) != 0
52
}
53
54
type
VerifyFunc
func
(argsLen int) bool
55
Callers
1
PubSubMiddleware
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected