MCPcopy Index your code
hub / github.com/nodejs/node / getNextPipelinePhase

Function getNextPipelinePhase

test/fixtures/snapshot/typescript.js:111063–111065  ·  view source on GitHub ↗
(currentPhase, emitHint, node)

Source from the content-addressed store, hash-verified

111061 }
111062 }
111063 function getNextPipelinePhase(currentPhase, emitHint, node) {
111064 return getPipelinePhase(currentPhase + 1, emitHint, node);
111065 }
111066 function pipelineEmitWithNotification(hint, node) {
111067 var pipelinePhase = getNextPipelinePhase(0 /* PipelinePhase.Notification */, hint, node);
111068 onEmitNode(hint, node, pipelinePhase);

Callers 5

maybeEmitExpressionFunction · 0.85
pipelineEmitWithCommentsFunction · 0.85

Calls 1

getPipelinePhaseFunction · 0.85

Tested by

no test coverage detected