MCPcopy
hub / github.com/cloudflare/cloudflared / Write

Method Write

connection/connection_test.go:127–129  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

125}
126
127func (ep *echoPipe) Write(p []byte) (int, error) {
128 return ep.writer.Write(p)
129}
130
131// A mock origin that echos data by streaming like a tcpOverWSConnection
132// https://github.com/cloudflare/cloudflared/blob/master/ingress/origin_connection.go

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected