(relationshipId, firstRowId, relationshipsOrRelationshipsId)
| 964 | [relationshipId, remoteRowId] |
| 965 | ); |
| 966 | var useLinkedRowIds = (relationshipId, firstRowId, relationshipsOrRelationshipsId) => useListenable( |
| 967 | LINKED + ROW_IDS, |
| 968 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
| 969 | 1, |
| 970 | [relationshipId, firstRowId] |
| 971 | ); |
| 972 | var useRemoteRowIdListener = (relationshipId, localRowId, listener, listenerDeps, relationshipsOrRelationshipsId) => useListener( |
| 973 | REMOTE_ROW_ID, |
| 974 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…