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

Struct Indirect

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

Indirect is a [PathStep] that represents pointer indirection on the parent type.

Source from the content-addressed store, hash-verified

277
278// Indirect is a [PathStep] that represents pointer indirection on the parent type.
279type Indirect struct{ *indirect }
280type indirect struct {
281 pathStep
282}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected