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

Method Option

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

Option returns the originally constructed [Transformer] option. The == operator can be used to detect the exact option used.

()

Source from the content-addressed store, hash-verified

316// Option returns the originally constructed [Transformer] option.
317// The == operator can be used to detect the exact option used.
318func (tf Transform) Option() Option { return tf.trans }
319
320// pointerPath represents a dual-stack of pointers encountered when
321// recursively traversing the x and y values. This data structure supports

Callers 3

CheckMethod · 0.80
transformerTestsFunction · 0.80
filterMethod · 0.80

Calls

no outgoing calls

Tested by 1

transformerTestsFunction · 0.64