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

Method completion

deps/npm/lib/commands/ls.js:42–45  ·  view source on GitHub ↗
(opts, npm)

Source from the content-addressed store, hash-verified

40 ]
41
42 static async completion (opts, npm) {
43 const completion = require('../utils/installed-deep.js')
44 return completion(npm, opts)
45 }
46
47 async exec (args) {
48 const all = this.npm.config.get('all')

Callers 15

uninstall.jsFile · 0.45
ls.jsFile · 0.45
testCompFunction · 0.45
profile.jsFile · 0.45
testCompFunction · 0.45
access.jsFile · 0.45
view.jsFile · 0.45
explore.jsFile · 0.45
audit.jsFile · 0.45
rebuild.jsFile · 0.45
completionFunction · 0.45
run.jsFile · 0.45

Calls 2

requireFunction · 0.50
completionFunction · 0.50

Tested by

no test coverage detected