MCPcopy 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
1744func (b *Binder) bindEachChild(node *ast.Node) {
1745 node.ForEachChild(b.bindFunc)
1746}
1747
1748func (b *Binder) bindEach(nodes []*ast.Node) {
1749 for _, node := range nodes {

Calls 1

ForEachChildMethod · 0.65

Tested by

no test coverage detected