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

Method Values

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

Source from the content-addressed store, hash-verified

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 {
169 return "<nil>"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected