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

Struct StringerPatcher

test/mock/mock.go:205–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203var stringer = reflect.TypeOf((*fmt.Stringer)(nil)).Elem()
204
205type StringerPatcher struct{}
206
207func (*StringerPatcher) Visit(node *ast.Node) {
208 t := (*node).Type()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected