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

Struct lengthPatcher

test/patch/patch_test.go:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type lengthPatcher struct{}
14
15func (p *lengthPatcher) Visit(node *ast.Node) {
16 switch n := (*node).(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected