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

Method LocalsContainerData

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

Source from the content-addressed store, hash-verified

212func (n *Node) DeclarationData() *DeclarationBase { return n.data.DeclarationData() }
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 }

Callers 1

LocalsMethod · 0.95

Calls 1

LocalsContainerDataMethod · 0.65

Tested by

no test coverage detected