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

Method ForEachChild

internal/ast/ast.go:1183–1183  ·  view source on GitHub ↗
(v Visitor)

Source from the content-addressed store, hash-verified

1181type nodeData interface {
1182 AsNode() *Node
1183 ForEachChild(v Visitor) bool
1184 VisitEachChild(v *NodeVisitor) *Node
1185 Clone(v NodeFactoryCoercible) *Node
1186 Name() *DeclarationName

Callers 15

ProvideCodeLensesMethod · 0.65
visitMethod · 0.65
collectMethod · 0.65
visitNodeFunction · 0.65
findFirstJsxNodeFunction · 0.65
forEachDescendantOfKindFunction · 0.65

Implementers 1

NodeDefaultinternal/ast/ast.go

Calls

no outgoing calls

Tested by 1

forEachDescendantOfKindFunction · 0.52