Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kataras/iris
/ Is
Method
Is
_examples/auth/auth/user.go:8–10 ·
view source on GitHub ↗
(v AccessRole)
Source
from the content-addressed store, hash-verified
6
type
AccessRole uint16
7
8
func
(r AccessRole) Is(v AccessRole) bool {
9
return
r&v != 0
10
}
11
12
func
(r AccessRole) Allow(v AccessRole) bool {
13
return
r&v >= v
Callers
2
NewApp
Function · 0.45
GetTodo
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected