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

Method Type

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

Source from the content-addressed store, hash-verified

269}
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected