MCPcopy Create free account
hub / github.com/google/go-cmp / String

Method String

cmp/options.go:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (f valuesFilter) String() string {
192 return fmt.Sprintf("FilterValues(%s, %v)", function.NameOf(f.fnc), f.opt)
193}
194
195// Ignore is an [Option] that causes all comparisons to be ignored.
196// This value is intended to be combined with [FilterPath] or [FilterValues].

Callers

nothing calls this directly

Calls 1

NameOfFunction · 0.92

Tested by

no test coverage detected