()
| 25 | } |
| 26 | |
| 27 | function initialState(): RunsState { |
| 28 | return { |
| 29 | runIds: [], |
| 30 | runMap: new Map(), |
| 31 | }; |
| 32 | } |
| 33 | |
| 34 | export const MAX_RUNS = 50; |
| 35 | export const MAX_CODE_LENGTH = 200; |
no outgoing calls
no test coverage detected
searching dependent graphs…