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

Function kiteKeyPath

kitekey/kitekey.go:43–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func kiteKeyPath() (string, error) {
44 kiteHome, err := KiteHome()
45 if err != nil {
46 return "", err
47 }
48 return filepath.Join(kiteHome, kiteKeyFileName), nil
49}
50
51// Read the contents of the kite.key file.
52func Read() (string, error) {

Callers 2

ReadFunction · 0.85
WriteFunction · 0.85

Calls 1

KiteHomeFunction · 0.85

Tested by

no test coverage detected