Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ id
Method
id
kitetest/kitetest.go:35–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(k *KiteKey) id() string {
36
if
k.ID !=
""
{
37
return
k.ID
38
}
39
return
uuid.Must(uuid.NewV4()).String()
40
}
41
42
func
(k *KiteKey) issuer() string {
43
if
k.Issuer !=
""
{
Callers
1
GenerateKiteKey
Function · 0.80
Calls
1
String
Method · 0.45
Tested by
no test coverage detected