MCPcopy Create free account
hub / github.com/koding/kite / panicHandler

Function panicHandler

kite_test.go:31–33  ·  view source on GitHub ↗
(*Client)

Source from the content-addressed store, hash-verified

29}
30
31func panicHandler(*Client) {
32 panic("this panic should be ignored")
33}
34
35func panicRegisterHandler(*protocol.RegisterResult) {
36 panic("this panic should be ignored")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected