Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ visitor
Struct
visitor
ast/visitor_test.go:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
visitor
struct
{
12
identifiers []string
13
}
14
15
func
(v *visitor) Visit(node *ast.Node) {
16
if
n, ok := (*node).(*ast.IdentifierNode); ok {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected