MCPcopy Create free account
hub / github.com/nodejs/node / completion

Method completion

deps/npm/lib/commands/explore.js:17–19  ·  view source on GitHub ↗
(opts, npm)

Source from the content-addressed store, hash-verified

15 static ignoreImplicitWorkspace = false
16
17 static async completion (opts, npm) {
18 return completion(npm, opts)
19 }
20
21 async exec (args) {
22 if (args.length < 1 || !args[0]) {

Callers

nothing calls this directly

Calls 1

completionFunction · 0.50

Tested by

no test coverage detected