Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tailscale/tailscale
/ CloseRead
Method
CloseRead
wgengine/netstack/netstack.go:1699–1699 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1697
// allow closing of the read and write streams independently of each other.
1698
type
tcpCloser
interface
{
1699
CloseRead() error
1700
CloseWrite() error
1701
}
1702
Callers
1
forwardTCP
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected