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

Function visitTypeReference

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

Source from the content-addressed store, hash-verified

47856 }
47857 }
47858 function visitTypeReference(type) {
47859 visitType(type.target);
47860 ts.forEach(getTypeArguments(type), visitType);
47861 }
47862 function visitTypeParameter(type) {
47863 visitType(getConstraintOfTypeParameter(type));
47864 }

Callers 1

visitTypeFunction · 0.85

Calls 3

visitTypeFunction · 0.85
getTypeArgumentsFunction · 0.85
forEachMethod · 0.65

Tested by

no test coverage detected