Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
207
func
cmpEqual(got, want any) bool {
208
return
cmp.Equal(got, want, protocmp.Transform())
209
}
Callers
4
Equal
Function · 0.85
NotEqual
Function · 0.85
Zero
Function · 0.85
NotZero
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected