MCPcopy
hub / github.com/chartbrew/chartbrew / _canAccess

Function _canAccess

client/src/containers/Chart/Chart.jsx:459–461  ·  view source on GitHub ↗
(role)

Source from the content-addressed store, hash-verified

457 };
458
459 const _canAccess = (role) => {
460 return canAccess(role, user.id, team.TeamRoles);
461 };
462
463 const _onExport = () => {
464 setExportLoading(true);

Callers 1

ChartFunction · 0.70

Calls 1

canAccessFunction · 0.85

Tested by

no test coverage detected