Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ IsTupleType
Method
IsTupleType
internal/checker/types.go:835–837 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
833
}
834
835
func
(t *Type) IsTupleType() bool {
836
return
isTupleType(t)
837
}
838
839
// TypeData
840
Callers
2
visitCallOrNewExpression
Method · 0.80
getParameterIdentifierInfoAtPosition
Method · 0.80
Calls
1
isTupleType
Function · 0.70
Tested by
no test coverage detected