Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartbrew/chartbrew
/ _canAccess
Function
_canAccess
client/src/containers/ProjectSettings.jsx:130–132 ·
view source on GitHub ↗
(role)
Source
from the content-addressed store, hash-verified
128
};
129
130
const _canAccess = (role) => {
131
return canAccess(role, user.id, team.TeamRoles);
132
};
133
134
return (
135
<Surface style={style} className=
"p-4 rounded-3xl border border-divider bg-surface"
>
Callers
1
ProjectSettings
Function · 0.70
Calls
1
canAccess
Function · 0.85
Tested by
no test coverage detected