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

Function visitUnionOrIntersectionType

test/fixtures/snapshot/typescript.js:47865–47867  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

47863 visitType(getConstraintOfTypeParameter(type));
47864 }
47865 function visitUnionOrIntersectionType(type) {
47866 ts.forEach(type.types, visitType);
47867 }
47868 function visitIndexType(type) {
47869 visitType(type.type);
47870 }

Callers 1

visitTypeFunction · 0.85

Calls 1

forEachMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…