MCPcopy
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
34type patcher struct{}
35
36func (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