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

Method Name

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

Source from the content-addressed store, hash-verified

207func (n *Node) Clone(f NodeFactoryCoercible) *Node { return n.data.Clone(f) }
208func (n *Node) VisitEachChild(v *NodeVisitor) *Node { return n.data.VisitEachChild(v) }
209func (n *Node) Name() *DeclarationName { return n.data.Name() }
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() }

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected