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

Method Arguments

internal/ast/ast.go:486–492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484}
485
486func (n *Node) Arguments() []*Node {
487 list := n.ArgumentList()
488 if list != nil {
489 return list.Nodes
490 }
491 return nil
492}
493
494func (n *Node) TypeArgumentList() *NodeList {
495 switch n.Kind {

Callers 15

isRequireCallArgumentFunction · 0.80
collectMethod · 0.80
visitNodeFunction · 0.80
isValidReferencePositionFunction · 0.80
isModuleSpecifierLikeFunction · 0.80
getTypeAtFlowCallMethod · 0.80
hasMatchingArgumentMethod · 0.80

Calls 1

ArgumentListMethod · 0.95

Tested by

no test coverage detected