MCPcopy
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

ProjectSettingsFunction · 0.70

Calls 1

canAccessFunction · 0.85

Tested by

no test coverage detected