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

Method Visit

ast/visitor.go:6–6  ·  view source on GitHub ↗
(node *Node)

Source from the content-addressed store, hash-verified

4
5type Visitor interface {
6 Visit(node *Node)
7}
8
9func Walk(node *Node, v Visitor) {

Callers 1

WalkFunction · 0.65

Implementers 15

patcherexpr_test.go
stringerPatcherexpr_test.go
StringerPatchertest/mock/mock.go
lengthPatchertest/patch/patch_test.go
changeIdenttest/patch/change_ident_test.go
countingPatchertest/patch/patch_count_test.go
getValuePatchertest/patch/set_type/set_type_test.go
finderast/find.go
visitorast/visitor_test.go
patcherast/visitor_test.go
WithTimezonepatcher/with_timezone.go
OperatorOverloadingpatcher/operator_override.go

Calls

no outgoing calls

Tested by

no test coverage detected