(id?: Id)
| 802 | ); |
| 803 | |
| 804 | export const getRelationships = (id?: Id): Relationships | undefined => |
| 805 | getProvidedThing(id, OFFSET_RELATIONSHIPS) as Relationships | undefined; |
| 806 | |
| 807 | export const getRelationshipsIds = (): {readonly current: Ids} => { |
| 808 | const contextValue = getContextValue(); |
no test coverage detected
searching dependent graphs…