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

Function GetSocketOption

internal/channelz/syscall_nonlinux.go:45–47  ·  view source on GitHub ↗

GetSocketOption gets the socket option info of the conn.

(any)

Source from the content-addressed store, hash-verified

43
44// GetSocketOption gets the socket option info of the conn.
45func GetSocketOption(any) *SocketOptionData {
46 return nil
47}

Callers 4

ServeMethod · 0.92
NewServerTransportFunction · 0.92
NewHTTP2ClientFunction · 0.92
TestGetSocketOptMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestGetSocketOptMethod · 0.74