Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andrewrk/groovebasin
/ havePerm
Function
havePerm
src/client/app.js:4264–4266 ·
view source on GitHub ↗
(permName)
Source
from the content-addressed store, hash-verified
4262
}
4263
4264
function
havePerm(permName) {
4265
return
!!(myUser && myUser.perms[permName]);
4266
}
4267
4268
function
parseQueryString(s) {
4269
s = s || location.search.substring(1);
Callers
8
app.js
File · 0.85
onAddToPlaylistListClick
Function · 0.85
onAddToPlaylistNewClick
Function · 0.85
onDeleteContextMenu
Function · 0.85
onEditTagsContextMenu
Function · 0.85
updateSettingsAuthUi
Function · 0.85
onAddToPlaylistContextMenu
Function · 0.85
updateMenuDisableState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected