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

Method String

cmp/path.go:209–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 return sf.vx, sf.vy // CanInterface reports false
208}
209func (sf StructField) String() string { return fmt.Sprintf(".%s", sf.name) }
210
211// Name is the field name.
212func (sf StructField) Name() string { return sf.name }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected