MCPcopy
hub / github.com/formatjs/formatjs / run

Method run

tools/release-please/npm-workspace-plugin.ts:120–123  ·  view source on GitHub ↗
(candidates)

Source from the content-addressed store, hash-verified

118 }
119
120 async run(candidates) {
121 this.candidatePaths = new Set(candidates.map(candidate => candidate.path))
122 return super.run(candidates)
123 }
124
125 async buildAllPackages(candidates) {
126 if (!this.graphPath) {

Callers

nothing calls this directly

Calls 1

runMethod · 0.65

Tested by

no test coverage detected