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

Method String

cmp/options.go:339–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337}
338
339func (tr transformer) String() string {
340 return fmt.Sprintf("Transformer(%s, %s)", tr.name, function.NameOf(tr.fnc))
341}
342
343// Comparer returns an [Option] that determines whether two values are equal
344// to each other.

Callers

nothing calls this directly

Calls 1

NameOfFunction · 0.92

Tested by

no test coverage detected