MCPcopy 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
49func (f OpFlag) IsMasterOnly() bool {
50 const mask = FlagWrite | FlagMayWrite | FlagMasterOnly
51 return (f & mask) != 0
52}
53
54type VerifyFunc func(argsLen int) bool
55

Callers 1

PubSubMiddlewareFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected