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

Function visitIndexedAccessType

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

Source from the content-addressed store, hash-verified

47869 visitType(type.type);
47870 }
47871 function visitIndexedAccessType(type) {
47872 visitType(type.objectType);
47873 visitType(type.indexType);
47874 visitType(type.constraint);
47875 }
47876 function visitMappedType(type) {
47877 visitType(type.typeParameter);
47878 visitType(type.constraintType);

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…