MCPcopy
hub / github.com/XTLS/REALITY / CloseWriteConn

Interface CloseWriteConn

tls.go:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57)
58
59type CloseWriteConn interface {
60 net.Conn
61 CloseWrite() error
62}
63
64type MirrorConn struct {
65 *sync.Mutex

Callers 1

ServerFunction · 0.65

Implementers 1

Connconn.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…