MCPcopy Index your code
hub / github.com/angular/angular / visitMapType

Method visitMapType

packages/compiler/src/output/output_ast.ts:113–113  ·  view source on GitHub ↗
(type: MapType, context: any)

Source from the content-addressed store, hash-verified

111 visitExpressionType(type: ExpressionType, context: any): any;
112 visitArrayType(type: ArrayType, context: any): any;
113 visitMapType(type: MapType, context: any): any;
114 visitTransplantedType(type: TransplantedType<unknown>, context: any): any;
115}
116

Callers 1

visitTypeMethod · 0.65

Implementers 3

RecursiveAstVisitorpackages/compiler/src/output/output_as
TypeTranslatorVisitorpackages/compiler-cli/src/ngtsc/transl
ExpressionTranslatorVisitorpackages/compiler-cli/src/ngtsc/transl

Calls

no outgoing calls

Tested by

no test coverage detected