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

Method exec

deps/npm/lib/commands/trust/gitlab.js:100–105  ·  view source on GitHub ↗
(positionalArgs, flags)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

createConfigCommandMethod · 0.80

Tested by

no test coverage detected