MCPcopy
hub / github.com/google/go-cmp / transformer

Struct transformer

cmp/options.go:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308type transformer struct {
309 core
310 name string
311 typ reflect.Type // T
312 fnc reflect.Value // func(T) R
313}
314
315func (tr *transformer) isFiltered() bool { return tr.typ != nil }
316

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected