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

Function visitTypeParameter

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

Source from the content-addressed store, hash-verified

47860 ts.forEach(getTypeArguments(type), visitType);
47861 }
47862 function visitTypeParameter(type) {
47863 visitType(getConstraintOfTypeParameter(type));
47864 }
47865 function visitUnionOrIntersectionType(type) {
47866 ts.forEach(type.types, visitType);
47867 }

Callers 1

visitTypeFunction · 0.85

Calls 2

visitTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…