MCPcopy Index your code
hub / github.com/github/copilot-sdk / getNodeExecPath

Function getNodeExecPath

nodejs/src/client.ts:337–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335}
336
337function getNodeExecPath(): string {
338 if (process.versions.bun) {
339 return "node";
340 }
341 return process.execPath;
342}
343
344/**
345 * Computes the candidate platform-specific CLI package names for the current

Callers 1

startCLIServerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…