Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ String
Method
String
kitectl/command/list.go:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
}
128
129
func
(k *InstalledKite) String() string {
130
return
k.Domain +
"/"
+ k.User +
"/"
+ k.Repo +
"/"
+ k.Version
131
}
132
133
// BinPath returns the path of the executable binary file.
134
func
(k *InstalledKite) BinPath() string {
Callers
3
id
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected