(toolId: string)
| 24 | } |
| 25 | |
| 26 | export function isSimExecuted(toolId: string): boolean { |
| 27 | return getToolEntry(toolId)?.route === 'sim' |
| 28 | } |
| 29 | |
| 30 | export function isGoExecuted(toolId: string): boolean { |
| 31 | return getToolEntry(toolId)?.route === 'go' |
no test coverage detected