( store: Store | undefined, create: (store: Store) => Relationships, )
| 1349 | ); |
| 1350 | |
| 1351 | export const useCreateRelationships = ( |
| 1352 | store: Store | undefined, |
| 1353 | create: (store: Store) => Relationships, |
| 1354 | ): Accessor<Relationships | undefined> => useCreate(store, create); |
| 1355 | |
| 1356 | export const useRelationshipsIds = () => useThingIds(OFFSET_RELATIONSHIPS); |
| 1357 |
no test coverage detected
searching dependent graphs…