MCPcopy 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
129func (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.
134func (k *InstalledKite) BinPath() string {

Callers 3

idMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected