(params: StartCommandParams)
| 580 | } |
| 581 | |
| 582 | export async function startRuntimeCommand(params: StartCommandParams): Promise<StartProcessResponse> { |
| 583 | return handleStartCommand(params) |
| 584 | } |
| 585 | |
| 586 | export async function startRuntimeScript(params: StartScriptParams): Promise<StartProcessResponse> { |
| 587 | return handleStartScript(params) |
nothing calls this directly
no test coverage detected