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

Struct TypeMapper

internal/checker/mapper.go:22–24  ·  view source on GitHub ↗

TypeMapper

Source from the content-addressed store, hash-verified

20// TypeMapper
21
22type TypeMapper struct {
23 data TypeMapperData
24}
25
26func (m *TypeMapper) Map(t *Type) *Type { return m.data.Map(t) }
27func (m *TypeMapper) Kind() TypeMapperKind { return m.data.Kind() }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected