(id: string, options?: Record<string, unknown>)
| 254 | exec(source: string, options?: Record<string, unknown>): Promise<any>; |
| 255 | // biome-ignore lint/suspicious/noExplicitAny: bridges local and RPC overload sets |
| 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 | } |
no outgoing calls
no test coverage detected