()
| 1812 | } |
| 1813 | |
| 1814 | func (*helloRequestMsg) marshal() []byte { |
| 1815 | return []byte{typeHelloRequest, 0, 0, 0} |
| 1816 | } |
| 1817 | |
| 1818 | func (*helloRequestMsg) unmarshal(data []byte) bool { |
| 1819 | return len(data) == 4 |
nothing calls this directly
no outgoing calls
no test coverage detected