(id: string, options?: { backend?: string })
| 256 | getExec(id: string, options?: Record<string, unknown>): Promise<any>; |
| 257 | killExec(id: string, options?: RuntimeKillOptions): Promise<void>; |
| 258 | disposeExec(id: string, options?: { backend?: string }): Promise<void>; |
| 259 | } |
| 260 | |
| 261 | type RuntimeHandleMetadata = { id?: string; backend?: string }; |
no outgoing calls
no test coverage detected