MCPcopy 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
49module.exports = ArboristCmd

Callers

nothing calls this directly

Calls 2

setWorkspacesMethod · 0.80
execMethod · 0.45

Tested by

no test coverage detected