MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / RemoteAddr

Method RemoteAddr

internal/nodes/client_conn.go:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240func (this *ClientConn) RemoteAddr() net.Addr {
241 return this.rawConn.RemoteAddr()
242}
243
244func (this *ClientConn) SetDeadline(t time.Time) error {
245 return this.rawConn.SetDeadline(t)

Callers 8

NewClientConnFunction · 0.45
CloseMethod · 0.45
handleConnMethod · 0.45
AcceptMethod · 0.45
listenSockMethod · 0.45
BindMethod · 0.45
RawIPMethod · 0.45
handlePROXYProtocolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected