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

Method exec

deps/npm/lib/commands/trust/circleci.js:170–175  ·  view source on GitHub ↗
(positionalArgs, flags)

Source from the content-addressed store, hash-verified

168 }
169
170 async exec (positionalArgs, flags) {
171 await this.createConfigCommand({
172 positionalArgs,
173 flags,
174 })
175 }
176}
177
178module.exports = TrustCircleCI

Callers

nothing calls this directly

Calls 1

createConfigCommandMethod · 0.80

Tested by

no test coverage detected