MCPcopy
hub / github.com/connectrpc/connect-go / cmpEqual

Function cmpEqual

internal/assert/assert.go:207–209  ·  view source on GitHub ↗
(got, want any)

Source from the content-addressed store, hash-verified

205}
206
207func cmpEqual(got, want any) bool {
208 return cmp.Equal(got, want, protocmp.Transform())
209}

Callers 4

EqualFunction · 0.85
NotEqualFunction · 0.85
ZeroFunction · 0.85
NotZeroFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected