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

Function clearAffectedFilesPendingEmit

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

Source from the content-addressed store, hash-verified

120290 }
120291 }
120292 function clearAffectedFilesPendingEmit(state) {
120293 state.affectedFilesPendingEmit = undefined;
120294 state.affectedFilesPendingEmitKind = undefined;
120295 state.affectedFilesPendingEmitIndex = undefined;
120296 }
120297 /**
120298 * Returns next file to be emitted from files that retrieved semantic diagnostics but did not emit yet
120299 */

Callers 2

emitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected