MCPcopy Create free account
hub / github.com/XTLS/REALITY / Write

Method Write

tls.go:84–86  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

82}
83
84func (c *MirrorConn) Write(b []byte) (int, error) {
85 return 0, fmt.Errorf("Write(%v)", len(b))
86}
87
88func (c *MirrorConn) Close() error {
89 return fmt.Errorf("Close()")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected