(id?: Id)
| 962 | ); |
| 963 | |
| 964 | export const getSynchronizer = (id?: Id): Synchronizer | undefined => |
| 965 | getProvidedThing(id, OFFSET_SYNCHRONIZER) as Synchronizer | undefined; |
| 966 | |
| 967 | export const getSynchronizerIds = (): {readonly current: Ids} => { |
| 968 | const contextValue = getContextValue(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…