(relationshipId, localRowId, relationshipsOrRelationshipsId)
| 606 | ); |
| 607 | var useRelationshipsOrRelationshipsById = (relationshipsOrRelationshipsId) => useThingOrThingById2(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS); |
| 608 | var useRemoteRowId = (relationshipId, localRowId, relationshipsOrRelationshipsId) => useListenable2( |
| 609 | REMOTE_ROW_ID2, |
| 610 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
| 611 | 5, |
| 612 | [relationshipId, localRowId] |
| 613 | ); |
| 614 | var useQueriesOrQueriesById2 = (queriesOrQueriesId) => useThingOrThingById2(queriesOrQueriesId, OFFSET_QUERIES2); |
| 615 | var useResultTableCellIds = (queryId, queriesOrQueriesId) => useListenable2( |
| 616 | RESULT2 + TABLE2 + CELL_IDS2, |
no test coverage detected
searching dependent graphs…