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

Struct nopCloseWriterAdapter

stream/stream.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type nopCloseWriterAdapter struct {
37 io.ReadWriter
38}
39
40func NopCloseWriterAdapter(stream io.ReadWriter) *nopCloseWriterAdapter {
41 return &nopCloseWriterAdapter{stream}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected