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

Method Type

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

Source from the content-addressed store, hash-verified

193}
194
195func (sf StructField) Type() reflect.Type { return sf.typ }
196func (sf StructField) Values() (vx, vy reflect.Value) {
197 if !sf.unexported {
198 return sf.vx, sf.vy // CanInterface reports true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected