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

Method completion

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

Source from the content-addressed store, hash-verified

35 }
36
37 static async completion (opts, npm) {
38 const completion = require('../utils/installed-deep.js')
39 return completion(npm, opts)
40 }
41
42 async exec (args) {
43 const spec = args[0]

Callers

nothing calls this directly

Calls 2

requireFunction · 0.50
completionFunction · 0.50

Tested by

no test coverage detected