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

Function isNullOrUndefined

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

Source from the content-addressed store, hash-verified

41447 }
41448 ts.setConfigFileInOptions = setConfigFileInOptions;
41449 function isNullOrUndefined(x) {
41450 return x === undefined || x === null; // eslint-disable-line no-null/no-null
41451 }
41452 function directoryOfCombinedPath(fileName, basePath) {
41453 // Use the `getNormalizedAbsolutePath` function to avoid canonicalizing the path, as it must remain noncanonical
41454 // until consistent casing errors are reported

Callers 11

isCompilerOptionsValueFunction · 0.85
getPropFromRawFunction · 0.85
convertJsonOptionFunction · 0.85
normalizeOptionValueFunction · 0.85
validateJsonOptionValueFunction · 0.85
transformFinallyFunction · 0.85
transformCatchFunction · 0.85
transformThenFunction · 0.85

Calls 1

getResolvedSymbolFunction · 0.85

Tested by

no test coverage detected