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

Function containsIgnoredPath

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

Source from the content-addressed store, hash-verified

21285 }
21286 ts.expressionResultIsUnused = expressionResultIsUnused;
21287 function containsIgnoredPath(path) {
21288 return ts.some(ts.ignoredPaths, function (p) { return ts.stringContains(path, p); });
21289 }
21290 ts.containsIgnoredPath = containsIgnoredPath;
21291 function getContainingNodeArray(node) {
21292 if (!node.parent)

Callers 1

createSymlinkCacheFunction · 0.85

Calls 1

someMethod · 0.80

Tested by

no test coverage detected