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