Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
775
func
(t *Type) TargetTupleType() *TupleType {
776
return
t.AsTypeReference().target.AsTupleType()
777
}
778
779
func
(t *Type) Symbol() *ast.Symbol {
780
return
t.symbol
Callers
15
getEffectiveCallArguments
Method · 0.95
inferFromObjectTypes
Method · 0.80
createReverseMappedType
Method · 0.80
tupleTypesDefinitelyUnrelated
Function · 0.80
isTupleTypeStructureMatching
Method · 0.80
pseudoTypeEquivalentToType
Method · 0.80
checkTupleType
Method · 0.80
isConstTypeVariable
Method · 0.80
padTupleType
Method · 0.80
instantiateMappedTupleType
Method · 0.80
normalize
Method · 0.80
isMutableTupleType
Function · 0.80
Calls
2
AsTypeReference
Method · 0.95
AsTupleType
Method · 0.80
Tested by
no test coverage detected