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

Method GetKeyFromPublic

kontrol/postgres.go:470–472  ·  view source on GitHub ↗
(public string)

Source from the content-addressed store, hash-verified

468}
469
470func (p *Postgres) GetKeyFromPublic(public string) (*KeyPair, error) {
471 return p.getKey(sq.Eq{"public": public})
472}

Callers 1

IsValidMethod · 0.95

Calls 1

getKeyMethod · 0.95

Tested by

no test coverage detected