MCPcopy 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
66func wrapPendingWrite(data []byte, c net.Conn) *pendingWriteConn {
67 return &pendingWriteConn{
68 data: data,
69 Conn: c,
70 }
71}
72
73type pendingWriteConn struct {
74 net.Conn

Callers 1

HandleTunnelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected