(r *kite.Request)
| 313 | } |
| 314 | |
| 315 | func (k *Kontrol) HandleVerify(r *kite.Request) (interface{}, error) { |
| 316 | return nil, nil |
| 317 | } |
| 318 | |
| 319 | func (k *Kontrol) pickKey(r *kite.Request) (*KeyPair, error) { |
| 320 | if k.MachineKeyPicker != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected