Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ bindEachChild
Method
bindEachChild
internal/binder/binder.go:1744–1746 ·
view source on GitHub ↗
(node *ast.Node)
Source
from the content-addressed store, hash-verified
1742
}
1743
1744
func
(b *Binder) bindEachChild(node *ast.Node) {
1745
node.ForEachChild(b.bindFunc)
1746
}
1747
1748
func
(b *Binder) bindEach(nodes []*ast.Node) {
1749
for
_, node :=
range
nodes {
Callers
8
bindChildren
Method · 0.95
bindPrefixUnaryExpressionFlow
Method · 0.95
bindPostfixUnaryExpressionFlow
Method · 0.95
bindDeleteExpressionFlow
Method · 0.95
bindVariableDeclarationFlow
Method · 0.95
bindAccessExpressionFlow
Method · 0.95
bindCallExpressionFlow
Method · 0.95
bindNonNullExpressionFlow
Method · 0.95
Calls
1
ForEachChild
Method · 0.65
Tested by
no test coverage detected