Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
callExec
Method · 0.95
Tested by
no test coverage detected