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

Method BinPath

kitectl/command/list.go:134–136  ·  view source on GitHub ↗

BinPath returns the path of the executable binary file.

()

Source from the content-addressed store, hash-verified

132
133// BinPath returns the path of the executable binary file.
134func (k *InstalledKite) BinPath() string {
135 return filepath.Join(k.Domain, k.User, k.Repo, k.Version, "bin", strings.TrimSuffix(k.Repo, ".kite"))
136}

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected