MCPcopy Index your code
hub / github.com/nodejs/node / npm_files

Function npm_files

tools/install.py:116–120  ·  view source on GitHub ↗
(options, action)

Source from the content-addressed store, hash-verified

114 assert 0 # unhandled action type
115
116def npm_files(options, action):
117 package_files(options, action, 'npm', {
118 'npm': 'bin/npm-cli.js',
119 'npx': 'bin/npx-cli.js',
120 })
121
122def corepack_files(options, action):
123 package_files(options, action, 'corepack', {

Callers 1

filesFunction · 0.85

Calls 1

package_filesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…