MCPcopy 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

6type AccessRole uint16
7
8func (r AccessRole) Is(v AccessRole) bool {
9 return r&v != 0
10}
11
12func (r AccessRole) Allow(v AccessRole) bool {
13 return r&v >= v

Callers 2

NewAppFunction · 0.45
GetTodoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected