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

Method ReadBytes

proxy/proxy_test.go:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142}
143
144func (w *mockSSERespWriter) ReadBytes() []byte {
145 return <-w.writeNotification
146}
147
148func TestProxySingleOrigin(t *testing.T) {
149 log := zerolog.Nop()

Callers 1

testProxySSEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected