(id: string, options: { backend?: string } = {})
| 438 | } |
| 439 | |
| 440 | disposeExec(id: string, options: { backend?: string } = {}): Promise<void> { |
| 441 | return this.#ws.runtime.disposeExec(id, options); |
| 442 | } |
| 443 | } |
| 444 | |
| 445 | // Assets half. Pure value returns: `publish(path, { expiresAfter }) |
nothing calls this directly
no test coverage detected