Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
339
func
(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
NameOf
Function · 0.92
Tested by
no test coverage detected