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

Method GetKeyFromID

kontrol/postgres.go:466–468  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

464}
465
466func (p *Postgres) GetKeyFromID(id string) (*KeyPair, error) {
467 return p.getKey(sq.Eq{"id": id})
468}
469
470func (p *Postgres) GetKeyFromPublic(public string) (*KeyPair, error) {
471 return p.getKey(sq.Eq{"public": public})

Callers

nothing calls this directly

Calls 1

getKeyMethod · 0.95

Tested by

no test coverage detected