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

Method Parameters

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

Source from the content-addressed store, hash-verified

215func (n *Node) FunctionLikeData() *FunctionLikeBase { return n.data.FunctionLikeData() }
216func (n *Node) ParameterList() *ParameterList { return n.data.FunctionLikeData().Parameters }
217func (n *Node) Parameters() []*ParameterDeclarationNode { return n.ParameterList().Nodes }
218func (n *Node) ClassLikeData() *ClassLikeBase { return n.data.ClassLikeData() }
219func (n *Node) BodyData() *BodyBase { return n.data.BodyData() }
220func (n *Node) SubtreeFacts() SubtreeFacts { return n.data.SubtreeFacts() }

Calls 1

ParameterListMethod · 0.95

Tested by

no test coverage detected