Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
144
func
(w *mockSSERespWriter) ReadBytes() []byte {
145
return
<-w.writeNotification
146
}
147
148
func
TestProxySingleOrigin(t *testing.T) {
149
log := zerolog.Nop()
Callers
1
testProxySSE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected