MCPcopy Create free account
hub / github.com/nodejs/node / execWorkspaces

Method execWorkspaces

deps/npm/lib/commands/sbom.js:70–73  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

68 }
69
70 async execWorkspaces (args) {
71 await this.setWorkspaces()
72 return this.exec(args)
73 }
74
75 // Build the selector from all of the specified filter options
76 #buildSelector ({ wsNodes }) {

Callers

nothing calls this directly

Calls 2

execMethod · 0.95
setWorkspacesMethod · 0.80

Tested by

no test coverage detected