MCPcopy Create free account
hub / github.com/microsoft/typescript-go / TargetTupleType

Method TargetTupleType

internal/checker/types.go:775–777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

773}
774
775func (t *Type) TargetTupleType() *TupleType {
776 return t.AsTypeReference().target.AsTupleType()
777}
778
779func (t *Type) Symbol() *ast.Symbol {
780 return t.symbol

Callers 15

inferFromObjectTypesMethod · 0.80
checkTupleTypeMethod · 0.80
isConstTypeVariableMethod · 0.80
padTupleTypeMethod · 0.80
normalizeMethod · 0.80
isMutableTupleTypeFunction · 0.80

Calls 2

AsTypeReferenceMethod · 0.95
AsTupleTypeMethod · 0.80

Tested by

no test coverage detected