(relationshipId, localRowId, relationshipsOrRelationshipsId)
| 952 | 1 |
| 953 | ); |
| 954 | var useRemoteRowId = (relationshipId, localRowId, relationshipsOrRelationshipsId) => useListenable( |
| 955 | REMOTE_ROW_ID, |
| 956 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
| 957 | 5, |
| 958 | [relationshipId, localRowId] |
| 959 | ); |
| 960 | var useLocalRowIds = (relationshipId, remoteRowId, relationshipsOrRelationshipsId) => useListenable( |
| 961 | LOCAL + ROW_IDS, |
| 962 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
no test coverage detected
searching dependent graphs…