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

Method Values

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

Source from the content-addressed store, hash-verified

270
271func (mi MapIndex) Type() reflect.Type { return mi.typ }
272func (mi MapIndex) Values() (vx, vy reflect.Value) { return mi.vx, mi.vy }
273func (mi MapIndex) String() string { return fmt.Sprintf("[%#v]", mi.key) }
274
275// Key is the value of the map key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected