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

Method originalBytes

handshake_messages.go:682–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

680}
681
682func (m *clientHelloMsg) originalBytes() []byte {
683 return m.original
684}
685
686func (m *clientHelloMsg) clone() *clientHelloMsg {
687 return &clientHelloMsg{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected