Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ patcher
Struct
patcher
ast/visitor_test.go:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
type
patcher
struct
{}
35
36
func
(p *patcher) Visit(node *ast.Node) {
37
if
_, ok := (*node).(*ast.IdentifierNode); ok {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected