Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Visit
Method
Visit
ast/find.go:14–18 ·
view source on GitHub ↗
(node *Node)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
(f *finder) Visit(node *Node) {
15
if
f.fn(*node) {
16
f.node = *node
17
}
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected