(*Client)
| 29 | } |
| 30 | |
| 31 | func panicHandler(*Client) { |
| 32 | panic("this panic should be ignored") |
| 33 | } |
| 34 | |
| 35 | func panicRegisterHandler(*protocol.RegisterResult) { |
| 36 | panic("this panic should be ignored") |
nothing calls this directly
no outgoing calls
no test coverage detected