MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / IsNotAllowed

Method IsNotAllowed

IceFireDB-PubSub/pkg/router/mapper.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38type OpFlag uint32
39
40func (f OpFlag) IsNotAllowed() bool {
41 return (f & FlagNotAllow) != 0
42}
43
44func (f OpFlag) IsReadOnly() bool {
45 const mask = FlagWrite | FlagMayWrite

Callers 2

HandleMethod · 0.45
HandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected