(relationshipId, remoteRowId, relationshipsOrRelationshipsId)
| 821 | [relationshipId, localRowId] |
| 822 | ); |
| 823 | var useLocalRowIds = (relationshipId, remoteRowId, relationshipsOrRelationshipsId) => useListenable( |
| 824 | LOCAL + ROW_IDS, |
| 825 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
| 826 | 1, |
| 827 | [relationshipId, remoteRowId] |
| 828 | ); |
| 829 | var useLinkedRowIds = (relationshipId, firstRowId, relationshipsOrRelationshipsId) => useListenable( |
| 830 | LINKED + ROW_IDS, |
| 831 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…