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

Method isVariadicTupleElement

internal/checker/checker.go:24052–24054  ·  view source on GitHub ↗
(node *ast.Node)

Source from the content-addressed store, hash-verified

24050}
24051
24052func (c *Checker) isVariadicTupleElement(node *ast.Node) bool {
24053 return c.getTupleElementFlags(node)&ElementFlagsVariadic != 0
24054}
24055
24056func (c *Checker) getArrayOrTupleTargetType(node *ast.Node) *Type {
24057 readonly := c.isReadonlyTypeOperator(node.Parent)

Callers

nothing calls this directly

Calls 1

getTupleElementFlagsMethod · 0.95

Tested by

no test coverage detected