(r *bufio.Reader, sz int)
| 102 | } |
| 103 | |
| 104 | func (t *heartbeatResponseV0) readFrom(r *bufio.Reader, sz int) (remain int, err error) { |
| 105 | if remain, err = readInt16(r, sz, &t.ErrorCode); err != nil { |
| 106 | return |
| 107 | } |
| 108 | return |
| 109 | } |
nothing calls this directly
no test coverage detected