Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ selectRole
Function
selectRole
ui/src/selectors.js:197–199 ·
view source on GitHub ↗
(state, roleId)
Source
from the content-addressed store, hash-verified
195
}
196
197
export
function
selectRole(state, roleId) {
198
return
selectObject(state, state.roles, roleId);
199
}
200
201
export
function
selectEntitySets(state) {
202
return
state.entitySets;
Callers
2
mapStateToProps
Function · 0.90
selectCurrentRole
Function · 0.85
Calls
1
selectObject
Function · 0.85
Tested by
no test coverage detected