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

Function selectProfileReference

ui/src/selectors.js:351–354  ·  view source on GitHub ↗
(state, profileId, qname)

Source from the content-addressed store, hash-verified

349}
350
351export function selectProfileReference(state, profileId, qname) {
352 const references = selectProfileReferences(state, profileId);
353 return references.results.find((ref) => ref.property.qname === qname);
354}
355
356export function selectNotificationsResult(state, query) {
357 const model = selectModel(state);

Callers 1

mapStateToPropsFunction · 0.90

Calls 1

selectProfileReferencesFunction · 0.85

Tested by

no test coverage detected