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

Function getProgram

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

Source from the content-addressed store, hash-verified

121133 close: ts.noop,
121134 };
121135 function getProgram() {
121136 return ts.Debug.checkDefined(getState().program);
121137 }
121138 }
121139 ts.createRedirectedBuilderProgram = createRedirectedBuilderProgram;
121140})(ts || (ts = {}));

Callers 4

getEditsForFileRenameFunction · 0.85
getRefactorContextFunction · 0.85
getInlayHintsContextFunction · 0.85

Calls 3

getStateFunction · 0.85
synchronizeHostDataFunction · 0.85
assertMethod · 0.80

Tested by

no test coverage detected