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

Method VisitEachChild

internal/ast/ast.go:208–208  ·  view source on GitHub ↗
(v *NodeVisitor)

Source from the content-addressed store, hash-verified

206}
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() }

Callers 1

getSmartSelectionRangeFunction · 0.95

Calls 1

VisitEachChildMethod · 0.65

Tested by

no test coverage detected