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

Method FunctionLikeData

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

Source from the content-addressed store, hash-verified

213func (n *Node) ExportableData() *ExportableBase { return n.data.ExportableData() }
214func (n *Node) LocalsContainerData() *LocalsContainerBase { return n.data.LocalsContainerData() }
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() }

Callers 3

reparseJSDocSignatureMethod · 0.95
TypeParameterListMethod · 0.95
TypeMethod · 0.95

Calls 1

FunctionLikeDataMethod · 0.65

Tested by

no test coverage detected