(relationshipId, remoteRowId, relationshipsOrRelationshipsId)
| 958 | [relationshipId, localRowId] |
| 959 | ); |
| 960 | var useLocalRowIds = (relationshipId, remoteRowId, relationshipsOrRelationshipsId) => useListenable( |
| 961 | LOCAL + ROW_IDS, |
| 962 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
| 963 | 1, |
| 964 | [relationshipId, remoteRowId] |
| 965 | ); |
| 966 | var useLinkedRowIds = (relationshipId, firstRowId, relationshipsOrRelationshipsId) => useListenable( |
| 967 | LINKED + ROW_IDS, |
| 968 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…