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

Function isUncheckedFile

test/fixtures/snapshot/typescript.js:132347–132349  ·  view source on GitHub ↗
(sourceFile, compilerOptions)

Source from the content-addressed store, hash-verified

132345 };
132346 }
132347 function isUncheckedFile(sourceFile, compilerOptions) {
132348 return ts.isSourceFileJS(sourceFile) && !ts.isCheckJsEnabledForFile(sourceFile, compilerOptions);
132349 }
132350 function isMemberCompletionKind(kind) {
132351 switch (kind) {
132352 case 0 /* CompletionKind.ObjectPropertyDeclaration */:

Callers 2

completionInfoFromDataFunction · 0.85
getCompletionDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected