Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartbrew/chartbrew
/ _canAccess
Function
_canAccess
client/src/containers/Chart/TextWidget.jsx:91–93 ·
view source on GitHub ↗
(role)
Source
from the content-addressed store, hash-verified
89
};
90
91
const _canAccess = (role) => {
92
return canAccess(role, user.id, team.TeamRoles);
93
}
94
95
const insertMarkdown = (type, e) => {
96
// Stop event propagation to prevent drag-and-drop
Callers
1
TextWidget
Function · 0.70
Calls
1
canAccess
Function · 0.85
Tested by
no test coverage detected