MCPcopy 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
35func (k *KiteKey) id() string {
36 if k.ID != "" {
37 return k.ID
38 }
39 return uuid.Must(uuid.NewV4()).String()
40}
41
42func (k *KiteKey) issuer() string {
43 if k.Issuer != "" {

Callers 1

GenerateKiteKeyFunction · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected