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

Method tunnel

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

Forward `localhost: ` → `guest: ` over SSH.

(guestPort: number)

Source from the content-addressed store, hash-verified

38 reboot(): Promise<void>;
39 /** Forward `localhost:<localPort>` → `guest:<guestPort>` over SSH. */
40 tunnel(guestPort: number): Promise<Tunnel>;
41 /** Discard the VM (delete the tart clone / terminate the EC2 instance). */
42 discard(): Promise<void>;
43}

Callers 1

setupCliTargetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected