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

Function getCurrentBuilderProgram

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

Source from the content-addressed store, hash-verified

123497 }
123498 }
123499 function getCurrentBuilderProgram() {
123500 return builderProgram;
123501 }
123502 function getCurrentProgram() {
123503 return builderProgram && builderProgram.getProgramOrUndefined();
123504 }

Callers 3

synchronizeProgramFunction · 0.85
updateProgramFunction · 0.85
watchWildcardDirectoryFunction · 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…