Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
383
func
isIOError(err error) bool {
384
return
errors.As(err, &ioError{})
385
}
386
387
func
toIOError(err error) error {
388
if
err == nil {
Callers
3
run
Method · 0.85
NewServerTransport
Function · 0.85
NewHTTP2Client
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected