()
| 33 | let scheduler: SchedulerRunner | null = null; |
| 34 | |
| 35 | export const stateFilePath = () => path.join(settings.root, 'var', 'update-state.json'); |
| 36 | |
| 37 | /** Returns the current state from memory; loads on first call. */ |
| 38 | export const getCurrentState = async (): Promise<UpdateState> => { |
no outgoing calls
no test coverage detected