Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ Write
Method
Write
connection/connection.go:234–236 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
232
}
233
234
func
(c *localProxyConnection) Write(b []byte) (int, error) {
235
return
c.ReadWriteCloser.Write(b)
236
}
237
238
func
(c *localProxyConnection) Close() error {
239
return
c.ReadWriteCloser.Close()
Callers
nothing calls this directly
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected