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

Method completion

deps/npm/lib/commands/edit.js:37–39  ·  view source on GitHub ↗
(opts, npm)

Source from the content-addressed store, hash-verified

35 static ignoreImplicitWorkspace = false
36
37 static async completion (opts, npm) {
38 return completion(npm, opts)
39 }
40
41 async exec (args) {
42 if (args.length !== 1) {

Callers

nothing calls this directly

Calls 1

completionFunction · 0.50

Tested by

no test coverage detected