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

Function binaryName

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

Source from the content-addressed store, hash-verified

149};
150
151const binaryName = (t: Target) => (t.os === "win32" ? "executor.exe" : "executor");
152const workerdBinaryName = (t: Target) => (t.os === "win32" ? "workerd.exe" : "workerd");
153
154const isCurrentPlatform = (t: Target) =>

Callers 1

buildBinariesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected