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

Struct ignore

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

Source from the content-addressed store, hash-verified

198func Ignore() Option { return ignore{} }
199
200type ignore struct{ core }
201
202func (ignore) isFiltered() bool { return false }
203func (ignore) filter(_ *state, _ reflect.Type, _, _ reflect.Value) applicableOption { return ignore{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected