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

Struct mapSorter

cmp/cmpopts/sort.go:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128type mapSorter struct {
129 in reflect.Type // T
130 fnc reflect.Value // func(T, T) bool
131}
132
133func (ms mapSorter) filter(x, y interface{}) bool {
134 vx, vy := reflect.ValueOf(x), reflect.ValueOf(y)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected