Discard the VM (delete the tart clone / terminate the EC2 instance).
()
| 40 | tunnel(guestPort: number): Promise<Tunnel>; |
| 41 | /** Discard the VM (delete the tart clone / terminate the EC2 instance). */ |
| 42 | discard(): Promise<void>; |
| 43 | } |
| 44 | |
| 45 | export interface VmProvider { |
no outgoing calls
no test coverage detected