MCPcopy
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
238func (c *localProxyConnection) Close() error {
239 return c.ReadWriteCloser.Close()
240}
241
242func (c *localProxyConnection) LocalAddr() net.Addr {
243 // Unused LocalAddr

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected