MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / liftoff

Function liftoff

scripts/npm-shim.js:94–96  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

92// avoid the Zone OOM on Node >= 22 (issues #293/#298). The unix bin/codegraph
93// launcher already passes it; on Windows we invoke node.exe directly so add it.
94function liftoff(entry) {
95 return ['--liftoff-only', entry].concat(process.argv.slice(2));
96}
97
98// Download + cache the platform bundle from GitHub Releases. Returns
99// {command, args}; exits the process with guidance if it can't.

Callers 2

resolveInstalledBundleFunction · 0.85
launcherInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected