MCPcopy Create free account
hub / github.com/alephdata/aleph / selectEntitySet

Function selectEntitySet

ui/src/selectors.js:259–261  ·  view source on GitHub ↗
(state, entitySetId)

Source from the content-addressed store, hash-verified

257}
258
259export function selectEntitySet(state, entitySetId) {
260 return selectObject(state, state.entitySets, entitySetId);
261}
262
263export function selectEntitySetItem(state, itemId) {
264 const item = selectObject(state, state.entitySetItems, itemId);

Callers 4

mapStateToPropsFunction · 0.90
mapStateToPropsFunction · 0.90
mapStateToPropsFunction · 0.90
mapStateToPropsFunction · 0.90

Calls 1

selectObjectFunction · 0.85

Tested by

no test coverage detected