(params: RuntimeIdParams)
| 517 | } |
| 518 | |
| 519 | private reconcileRuntime(params: RuntimeIdParams): unknown { |
| 520 | return this.supervisor.reconcileRuntime(params.runtimeId) |
| 521 | } |
| 522 | |
| 523 | private async stopRuntime(params: RuntimeStopParams, context: RuntimeHandlerContext): Promise<RuntimeRecord | null> { |
| 524 | const current = this.supervisor.get(params.runtimeId) |
no outgoing calls
no test coverage detected