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

Method HandleVerify

kontrol/handlers.go:315–317  ·  view source on GitHub ↗
(r *kite.Request)

Source from the content-addressed store, hash-verified

313}
314
315func (k *Kontrol) HandleVerify(r *kite.Request) (interface{}, error) {
316 return nil, nil
317}
318
319func (k *Kontrol) pickKey(r *kite.Request) (*KeyPair, error) {
320 if k.MachineKeyPicker != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected