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

Function isIOError

internal/transport/http_util.go:383–385  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

381}
382
383func isIOError(err error) bool {
384 return errors.As(err, &ioError{})
385}
386
387func toIOError(err error) error {
388 if err == nil {

Callers 3

runMethod · 0.85
NewServerTransportFunction · 0.85
NewHTTP2ClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected