Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1181
type
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
ProvideCodeLenses
Method · 0.65
visit
Method · 0.65
getDocumentSymbolsForChildren
Method · 0.65
collect
Method · 0.65
visitNode
Function · 0.65
findFirstJsxNode
Function · 0.65
forEachDescendantOfKind
Function · 0.65
addClassStaticThisReferences
Method · 0.65
collectSemanticTokensInRange
Method · 0.65
findSignatureHelpFromNamedDeclarations
Method · 0.65
findDeclarationNodesByName
Function · 0.65
getChildrenFromNonJSDocNode
Function · 0.65
Implementers
1
NodeDefault
internal/ast/ast.go
Calls
no outgoing calls
Tested by
1
forEachDescendantOfKind
Function · 0.52