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

Method String

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

Source from the content-addressed store, hash-verified

38// - [Transform]
39type PathStep interface {
40 String() string
41
42 // Type is the resulting type after performing the path step.
43 Type() reflect.Type

Callers 11

FormatDiffSliceMethod · 0.65
DiffFunction · 0.65
compareAnyMethod · 0.65
comparerTestsFunction · 0.65
reporterTestsFunction · 0.65
LessMethod · 0.65
formatDiffListMethod · 0.65
applyMethod · 0.65
FormatValueMethod · 0.65
formatMapKeyFunction · 0.65
StringMethod · 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 3

comparerTestsFunction · 0.52
reporterTestsFunction · 0.52
LessMethod · 0.52