MCPcopy Index your code
hub / github.com/microsoft/typescript-go / ArrayTypeMapper

Struct ArrayTypeMapper

internal/checker/mapper.go:128–132  ·  view source on GitHub ↗

ArrayTypeMapper

Source from the content-addressed store, hash-verified

126// ArrayTypeMapper
127
128type ArrayTypeMapper struct {
129 TypeMapperBase
130 sources []*Type
131 targets []*Type
132}
133
134func newArrayTypeMapper(sources []*Type, targets []*Type) *TypeMapper {
135 m := &ArrayTypeMapper{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected