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

Method String

cmp/compare_test.go:113–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112func newStringer(s string) fmt.Stringer { return (*Stringer)(&s) }
113func (s Stringer) String() string { return string(s) }
114
115type test struct {
116 label string // Test name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected