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

Function getState

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

Source from the content-addressed store, hash-verified

120784 oldProgram = undefined;
120785 oldState = undefined;
120786 var getState = function () { return state; };
120787 var builderProgram = createRedirectedBuilderProgram(getState, configFileParsingDiagnostics);
120788 builderProgram.getState = getState;
120789 builderProgram.backupState = function () {

Callers 2

getProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected