()
| 927 | type endOfEarlyDataMsg struct{} |
| 928 | |
| 929 | func (m *endOfEarlyDataMsg) marshal() []byte { |
| 930 | x := make([]byte, 4) |
| 931 | x[0] = typeEndOfEarlyData |
| 932 | return x |
| 933 | } |
| 934 | |
| 935 | func (m *endOfEarlyDataMsg) unmarshal(data []byte) bool { |
| 936 | return len(data) == 4 |
nothing calls this directly
no outgoing calls
no test coverage detected