MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / binaryName

Function binaryName

node/src/locate.ts:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36]);
37
38function binaryName(): string {
39 const key = `${process.platform}-${process.arch}`;
40 const exe = process.platform === "win32" ? ".exe" : "";
41 return `cmdop-core-${key}${exe}`;
42}
43
44/**
45 * The directory of THIS module, resolved for both ESM (`import.meta.url`) and

Callers 1

locateBinaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected