MCPcopy
hub / github.com/grpc/grpc-go / equalError

Function equalError

test/end2end_test.go:3442–3444  ·  view source on GitHub ↗
(x, y error)

Source from the content-addressed store, hash-verified

3440}
3441
3442func equalError(x, y error) bool {
3443 return x == y || (x != nil && y != nil && x.Error() == y.Error())
3444}
3445
3446// concurrentSendServer is a TestServiceServer whose
3447// StreamingOutputCall makes ten serial Send calls, sending payloads

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected