Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ execWorkspaces
Method
execWorkspaces
deps/npm/lib/arborist-cmd.js:43–46 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
41
}
42
43
async
execWorkspaces (args) {
44
await
this.setWorkspaces()
45
return
this.exec(args)
46
}
47
}
48
49
module.exports = ArboristCmd
Callers
nothing calls this directly
Calls
2
setWorkspaces
Method · 0.80
exec
Method · 0.45
Tested by
no test coverage detected