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

Method getDynamicPhase

deps/v8/tools/turbolizer/src/source-resolver.ts:340–343  ·  view source on GitHub ↗
(phaseId: number)

Source from the content-addressed store, hash-verified

338 }
339
340 public getDynamicPhase(phaseId: number): DynamicPhase {
341 const phase = this.phases[phaseId];
342 return phase.isDynamic() ? phase as DynamicPhase : null;
343 }
344
345 public getPhaseNameById(phaseId: number): string {
346 return this.getPhase(phaseId).name;

Callers 6

parsePhasesMethod · 0.95
showMethod · 0.80
displayPhaseByNameMethod · 0.80
displayNextGraphPhaseMethod · 0.80
initializeSelectMethod · 0.80

Calls 1

isDynamicMethod · 0.80

Tested by

no test coverage detected