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

Method exec

deps/npm/lib/commands/exec.js:31–33  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

29 static isShellout = true
30
31 async exec (args) {
32 return this.callExec(args)
33 }
34
35 async execWorkspaces (args) {
36 await this.setWorkspaces()

Callers

nothing calls this directly

Calls 1

callExecMethod · 0.95

Tested by

no test coverage detected