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

Method Bytes

proxy/proxy_test.go:467–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465}
466
467func (r *replayer) Bytes() []byte {
468 r.Lock()
469 defer r.Unlock()
470 return r.rw.Bytes()
471}
472
473// TestConnections tests every possible permutation of connection protocols
474// proxied by cloudflared.

Callers 15

TestConnectionsFunction · 0.95
EncodeOriginCertMethod · 0.80
TestQUICServerFunction · 0.80
nextPacketMethod · 0.80
marshalMethod · 0.80
marshalMethod · 0.80
TestUnsupportedBindFunction · 0.80
TestUnsupportedAssociateFunction · 0.80
TestHandleConnectFunction · 0.80
runIngressTestScenariosFunction · 0.80
fetchKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected