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

Method exec

deps/npm/lib/commands/trust/github.js:99–104  ·  view source on GitHub ↗
(positionalArgs, flags)

Source from the content-addressed store, hash-verified

97 }
98
99 async exec (positionalArgs, flags) {
100 await this.createConfigCommand({
101 positionalArgs,
102 flags,
103 })
104 }
105}
106
107module.exports = TrustGitHub

Callers

nothing calls this directly

Calls 1

createConfigCommandMethod · 0.80

Tested by

no test coverage detected