()
| 680 | } |
| 681 | |
| 682 | func (m *clientHelloMsg) originalBytes() []byte { |
| 683 | return m.original |
| 684 | } |
| 685 | |
| 686 | func (m *clientHelloMsg) clone() *clientHelloMsg { |
| 687 | return &clientHelloMsg{ |
nothing calls this directly
no outgoing calls
no test coverage detected