MCPcopy 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
9export function isNotManager(role?: Roles) {
10 return !isManager(role);
11}
12
13export function isMember(role?: Roles) {
14 return role === Roles.MEMBER;

Callers 4

deleteMethod · 0.90
postMethod · 0.90
putMethod · 0.90
postMethod · 0.90

Calls 1

isManagerFunction · 0.85

Tested by

no test coverage detected