MCPcopy Create free account
hub / github.com/backnotprop/plannotator / semBinaryName

Function semBinaryName

packages/shared/semantic-diff.ts:154–156  ·  view source on GitHub ↗
(platform: NodeJS.Platform)

Source from the content-addressed store, hash-verified

152}
153
154function semBinaryName(platform: NodeJS.Platform): string {
155 return platform === "win32" ? "sem.exe" : "sem";
156}
157
158export function getManagedSemBinaryPath(
159 dataDir = getPlannotatorDataDir(),

Callers 1

getManagedSemBinaryPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected