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

Struct Transform

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

Transform is a [PathStep] that represents a transformation from the parent type to the current type.

Source from the content-addressed store, hash-verified

298// Transform is a [PathStep] that represents a transformation
299// from the parent type to the current type.
300type Transform struct{ *transform }
301type transform struct {
302 pathStep
303 trans *transformer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected