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

Function visitInterfaceType

test/fixtures/snapshot/typescript.js:47895–47900  ·  view source on GitHub ↗
(interfaceT)

Source from the content-addressed store, hash-verified

47893 visitType(getReturnTypeOfSignature(signature));
47894 }
47895 function visitInterfaceType(interfaceT) {
47896 visitObjectType(interfaceT);
47897 ts.forEach(interfaceT.typeParameters, visitType);
47898 ts.forEach(getBaseTypes(interfaceT), visitType);
47899 visitType(interfaceT.thisType);
47900 }
47901 function visitObjectType(type) {
47902 var resolved = resolveStructuredTypeMembers(type);
47903 for (var _i = 0, _a = resolved.indexInfos; _i < _a.length; _i++) {

Callers 1

visitTypeFunction · 0.85

Calls 4

visitObjectTypeFunction · 0.85
getBaseTypesFunction · 0.85
visitTypeFunction · 0.85
forEachMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…