Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ Close
Method
Close
connection/connection.go:238–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
func
(c *localProxyConnection) Close() error {
239
return
c.ReadWriteCloser.Close()
240
}
241
242
func
(c *localProxyConnection) LocalAddr() net.Addr {
243
// Unused LocalAddr
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected