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

Function isRelatedToWorker

test/fixtures/snapshot/typescript.js:64970–64972  ·  view source on GitHub ↗
(source, target, reportErrors)

Source from the content-addressed store, hash-verified

64968 return true;
64969 }
64970 function isRelatedToWorker(source, target, reportErrors) {
64971 return isRelatedTo(source, target, 3 /* RecursionFlags.Both */, reportErrors);
64972 }
64973 /**
64974 * Compare two types and return
64975 * * Ternary.True if they are related with no assumptions,

Callers

nothing calls this directly

Calls 1

isRelatedToFunction · 0.85

Tested by

no test coverage detected