Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
type
OpFlag uint32
39
40
func
(f OpFlag) IsNotAllowed() bool {
41
return
(f & FlagNotAllow) != 0
42
}
43
44
func
(f OpFlag) IsReadOnly() bool {
45
const
mask = FlagWrite | FlagMayWrite
Callers
2
Handle
Method · 0.45
Handle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected