Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SenseUnit/dumbproxy
/ wrapPendingWrite
Function
wrapPendingWrite
handler/proxy.go:66–71 ·
view source on GitHub ↗
(data []byte, c net.Conn)
Source
from the content-addressed store, hash-verified
64
}
65
66
func
wrapPendingWrite(data []byte, c net.Conn) *pendingWriteConn {
67
return
&pendingWriteConn{
68
data: data,
69
Conn: c,
70
}
71
}
72
73
type
pendingWriteConn
struct
{
74
net.Conn
Callers
1
HandleTunnel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected