MCPcopy 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
197export function selectRole(state, roleId) {
198 return selectObject(state, state.roles, roleId);
199}
200
201export function selectEntitySets(state) {
202 return state.entitySets;

Callers 2

mapStateToPropsFunction · 0.90
selectCurrentRoleFunction · 0.85

Calls 1

selectObjectFunction · 0.85

Tested by

no test coverage detected