(state, entityId, qname)
| 333 | } |
| 334 | |
| 335 | export function selectEntityReference(state, entityId, qname) { |
| 336 | const references = selectEntityReferences(state, entityId); |
| 337 | return references.results.find((ref) => ref.property.qname === qname); |
| 338 | } |
| 339 | |
| 340 | export function selectProfileExpandResult(state, query) { |
| 341 | return selectObject(state, state.results, query.toKey()); |
no test coverage detected