MCPcopy
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
234func (c *localProxyConnection) Write(b []byte) (int, error) {
235 return c.ReadWriteCloser.Write(b)
236}
237
238func (c *localProxyConnection) Close() error {
239 return c.ReadWriteCloser.Close()

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected