(toolId: string)
| 32 | } |
| 33 | |
| 34 | export function isClientExecuted(toolId: string): boolean { |
| 35 | return getToolEntry(toolId)?.route === 'client' |
| 36 | } |
| 37 | |
| 38 | export function isKnownTool(toolId: string): boolean { |
| 39 | return isToolInCatalog(toolId) |
no test coverage detected