MCPcopy Create free account
hub / github.com/nodejs/node / isBuilderProgram

Function isBuilderProgram

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

Source from the content-addressed store, hash-verified

115594 }
115595 ts.isIgnoredFileFromWildCardWatching = isIgnoredFileFromWildCardWatching;
115596 function isBuilderProgram(program) {
115597 return !!program.getState;
115598 }
115599 function isEmittedFileOfProgram(program, file) {
115600 if (!program) {
115601 return false;

Callers 2

listFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected