(*protocol.RegisterResult)
| 33 | } |
| 34 | |
| 35 | func panicRegisterHandler(*protocol.RegisterResult) { |
| 36 | panic("this panic should be ignored") |
| 37 | } |
| 38 | |
| 39 | func transportFromEnv() config.Transport { |
| 40 | env := os.Getenv("KITE_TRANSPORT") |
nothing calls this directly
no outgoing calls
no test coverage detected