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

Method completion

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

Source from the content-addressed store, hash-verified

13 static ignoreImplicitWorkspace = false
14
15 static async completion (opts, npm) {
16 return completion(npm, opts)
17 }
18
19 async exec (args) {
20 if (!args.length) {

Callers

nothing calls this directly

Calls 1

completionFunction · 0.50

Tested by

no test coverage detected