Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
470
func
(p *Postgres) GetKeyFromPublic(public string) (*KeyPair, error) {
471
return
p.getKey(sq.Eq{
"public"
: public})
472
}
Callers
1
IsValid
Method · 0.95
Calls
1
getKey
Method · 0.95
Tested by
no test coverage detected