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

Method Values

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

Values is the resulting values after performing the path step. The type of each valid value is guaranteed to be identical to Type. In some cases, one or both may be invalid or have restrictions: - For StructField, both are not interface-able if the current field is unexported and the struct type is

()

Source from the content-addressed store, hash-verified

56 //
57 // The provided values must not be mutated.
58 Values() (vx, vy reflect.Value)
59}
60
61var (

Callers 6

compareAnyMethod · 0.65
ReportMethod · 0.65
comparerTestsFunction · 0.65
PushStepMethod · 0.65
IgnoreSliceElementsFunction · 0.65
IgnoreMapEntriesFunction · 0.65

Implementers 7

pathStepcmp/path.go
StructFieldcmp/path.go
SliceIndexcmp/path.go
MapIndexcmp/path.go
Indirectcmp/path.go
TypeAssertioncmp/path.go
Transformcmp/path.go

Calls

no outgoing calls

Tested by 2

ReportMethod · 0.52
comparerTestsFunction · 0.52