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

Function visitMappedType

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

Source from the content-addressed store, hash-verified

47874 visitType(type.constraint);
47875 }
47876 function visitMappedType(type) {
47877 visitType(type.typeParameter);
47878 visitType(type.constraintType);
47879 visitType(type.templateType);
47880 visitType(type.modifiersType);
47881 }
47882 function visitSignature(signature) {
47883 var typePredicate = getTypePredicateOfSignature(signature);
47884 if (typePredicate) {

Callers 1

visitTypeFunction · 0.85

Calls 1

visitTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…