Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/monasticacademy/httptap
/ tcpRequest
Struct
tcpRequest
tcp.go:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
type
tcpRequest
struct
{
64
fr *tcp.ForwarderRequest
65
wq *waiter.Queue
66
}
67
68
func
(r *tcpRequest) RemoteAddr() net.Addr {
69
addr := r.fr.ID().RemoteAddress
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected