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

Function binaryName

apps/cli/src/build.ts:225–225  ·  view source on GitHub ↗
(t: Target)

Source from the content-addressed store, hash-verified

223};
224
225const binaryName = (t: Target) => (t.os === "win32" ? "executor.exe" : "executor");
226const workerdBinaryName = (t: Target) => (t.os === "win32" ? "workerd.exe" : "workerd");
227
228const isCurrentPlatform = (t: Target) =>

Callers 1

buildBinariesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected