Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
export
function
isMember(role?: Roles) {
14
return
role === Roles.MEMBER;
15
}
Callers
1
put
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected