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

Function baseImage

e2e/src/vm/tart.ts:62–65  ·  view source on GitHub ↗
(os: "macos" | "linux")

Source from the content-addressed store, hash-verified

60};
61
62const baseImage = (os: "macos" | "linux"): string =>
63 os === "macos"
64 ? (process.env.E2E_TART_MACOS_BASE ?? "executor-macos-base")
65 : (process.env.E2E_TART_LINUX_BASE ?? "executor-linux-base");
66
67/** Ask the OS for a free localhost port (for SSH tunnels). */
68const freePort = (): Promise<number> =>

Callers 1

tartVmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected