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

Method ExportableData

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

Source from the content-addressed store, hash-verified

211func (n *Node) FlowNodeData() *FlowNodeBase { return n.data.FlowNodeData() }
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 }

Callers 1

LocalSymbolMethod · 0.95

Calls 1

ExportableDataMethod · 0.65

Tested by

no test coverage detected