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

Struct stringerPatcher

expr_test.go:1726–1726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724var stringer = reflect.TypeOf((*fmt.Stringer)(nil)).Elem()
1725
1726type stringerPatcher struct{}
1727
1728func (p *stringerPatcher) Visit(node *ast.Node) {
1729 t := (*node).Type()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected