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

Function getCurrentProgram

test/fixtures/snapshot/typescript.js:123502–123504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123500 return builderProgram;
123501 }
123502 function getCurrentProgram() {
123503 return builderProgram && builderProgram.getProgramOrUndefined();
123504 }
123505 function synchronizeProgram() {
123506 writeLog("Synchronizing program");
123507 clearInvalidateResolutionsOfFailedLookupLocations();

Callers 2

synchronizeProgramFunction · 0.85
createNewProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…