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

Method DeclarationData

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

Source from the content-addressed store, hash-verified

210func (n *Node) Modifiers() *ModifierList { return n.data.Modifiers() }
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() }

Callers 1

SymbolMethod · 0.95

Calls 1

DeclarationDataMethod · 0.65

Tested by

no test coverage detected