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

Struct TypeAssertion

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

TypeAssertion is a [PathStep] that represents a type assertion on an interface.

Source from the content-addressed store, hash-verified

287
288// TypeAssertion is a [PathStep] that represents a type assertion on an interface.
289type TypeAssertion struct{ *typeAssertion }
290type typeAssertion struct {
291 pathStep
292}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected