MCPcopy
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

21import "syscall"
22
23func 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

NewNonBlockingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected