MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / liftoff

Function liftoff

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

Source from the content-addressed store, hash-verified

103// mid-index, shredding the progress UI. The bundled node.exe is always new
104// enough for both flags.
105function liftoff(entry) {
106 return ['--liftoff-only', '--disable-warning=ExperimentalWarning', entry].concat(process.argv.slice(2));
107}
108
109// Download + cache the platform bundle from GitHub Releases. Returns
110// {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