Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ NopCloseWriterAdapter
Function
NopCloseWriterAdapter
stream/stream.go:40–42 ·
view source on GitHub ↗
(stream io.ReadWriter)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
NopCloseWriterAdapter(stream io.ReadWriter) *nopCloseWriterAdapter {
41
return
&nopCloseWriterAdapter{stream}
42
}
43
44
func
(n *nopCloseWriterAdapter) CloseWrite() error {
45
return
nil
Callers
1
Pipe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected