MCPcopy
hub / github.com/expr-lang/expr / finder

Struct finder

ast/find.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9type finder struct {
10 node Node
11 fn func(node Node) bool
12}
13
14func (f *finder) Visit(node *Node) {
15 if f.fn(*node) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected