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

Method Key

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

Key is the value of the map key.

()

Source from the content-addressed store, hash-verified

274
275// Key is the value of the map key.
276func (mi MapIndex) Key() reflect.Value { return mi.key }
277
278// Indirect is a [PathStep] that represents pointer indirection on the parent type.
279type Indirect struct{ *indirect }

Callers 5

PushStepMethod · 0.45
filterMethod · 0.45
sortMethod · 0.45
IgnoreMapEntriesFunction · 0.45
appendTypeNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected