(relationshipsOrRelationshipsId)
| 947 | var useRelationshipsOrRelationshipsById = (relationshipsOrRelationshipsId) => useThingOrThingById(relationshipsOrRelationshipsId, OFFSET_RELATIONSHIPS); |
| 948 | var useProvideRelationships = (relationshipsId, relationships) => useProvideThing(relationshipsId, relationships, OFFSET_RELATIONSHIPS); |
| 949 | var useRelationshipIds = (relationshipsOrRelationshipsId) => useListenable( |
| 950 | RELATIONSHIP + IDS, |
| 951 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
| 952 | 1 |
| 953 | ); |
| 954 | var useRemoteRowId = (relationshipId, localRowId, relationshipsOrRelationshipsId) => useListenable( |
| 955 | REMOTE_ROW_ID, |
| 956 | useRelationshipsOrRelationshipsById(relationshipsOrRelationshipsId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…