Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ isRawConnSupported
Function
isRawConnSupported
internal/transport/readyreader/raw_conn_linux.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
import
"syscall"
22
23
func
isRawConnSupported() bool {
24
return
true
25
}
26
27
// sysRead uses the standard syscall package rather than the modern unix package
28
// to avoid triggering the race detector. Because both packages perform sync
Callers
1
NewNonBlocking
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected