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

Method Type

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

Source from the content-addressed store, hash-verified

163}
164
165func (ps pathStep) Type() reflect.Type { return ps.typ }
166func (ps pathStep) Values() (vx, vy reflect.Value) { return ps.vx, ps.vy }
167func (ps pathStep) String() string {
168 if ps.typ == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected