Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ isNotManager
Function
isNotManager
apps/web/utilities/roles.ts:9–11 ·
view source on GitHub ↗
(role?: Roles)
Source
from the content-addressed store, hash-verified
7
}
8
9
export
function
isNotManager(role?: Roles) {
10
return
!isManager(role);
11
}
12
13
export
function
isMember(role?: Roles) {
14
return
role === Roles.MEMBER;
Callers
4
delete
Method · 0.90
post
Method · 0.90
put
Method · 0.90
post
Method · 0.90
Calls
1
isManager
Function · 0.85
Tested by
no test coverage detected