| 1760 | } |
| 1761 | |
| 1762 | type newSessionTicketMsg struct { |
| 1763 | raw []byte |
| 1764 | ticket []byte |
| 1765 | } |
| 1766 | |
| 1767 | func (m *newSessionTicketMsg) marshal() (x []byte) { |
| 1768 | if m.raw != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected