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

Function executorPath

e2e/cli/service-install-takeover.test.ts:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69};
70
71const executorPath = (): string => {
72 const dir = process.env.E2E_CLI_BIN_DIR ?? (guestOs() === "windows" ? "C:/ed" : "~/ed");
73 return guestOs() === "windows" ? `${dir}/executor.exe` : `${dir}/executor`;
74};
75
76const healthStatusCommand = (): string =>
77 guestOs() === "windows"

Calls 1

guestOsFunction · 0.70

Tested by

no test coverage detected