MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / fakeControlStream

Struct fakeControlStream

connection/quic_connection_test.go:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191type fakeControlStream struct {
192 ControlStreamHandler
193}
194
195func (fakeControlStream) ServeControlStream(ctx context.Context, rw io.ReadWriteCloser, connOptions *pogs.ConnectionOptions, tunnelConfigGetter TunnelConfigJSONGetter) error {
196 <-ctx.Done()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected