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

Function exePath

e2e/cli/election-cold-start.test.ts:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

guestOsFunction · 0.70

Tested by

no test coverage detected