MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / discard

Method discard

e2e/src/vm/types.ts:42–42  ·  view source on GitHub ↗

Discard the VM (delete the tart clone / terminate the EC2 instance).

()

Source from the content-addressed store, hash-verified

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

Callers 6

provisionMacFunction · 0.80
setupCliTargetFunction · 0.80
provisionLinuxFunction · 0.80
ec2VmFunction · 0.80
tartVmFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected