MCPcopy
hub / github.com/google/go-cmp / pathStep

Struct pathStep

cmp/path.go:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160type pathStep struct {
161 typ reflect.Type
162 vx, vy reflect.Value
163}
164
165func (ps pathStep) Type() reflect.Type { return ps.typ }
166func (ps pathStep) Values() (vx, vy reflect.Value) { return ps.vx, ps.vy }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected