MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / isMember

Function isMember

apps/web/utilities/roles.ts:13–15  ·  view source on GitHub ↗
(role?: Roles)

Source from the content-addressed store, hash-verified

11}
12
13export function isMember(role?: Roles) {
14 return role === Roles.MEMBER;
15}

Callers 1

putMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected