MCPcopy Index your code
hub / github.com/devspace-sh/devspace / NewInstaller

Function NewInstaller

pkg/devspace/plugin/installer.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21type installer struct{}
22
23func NewInstaller() Installer {
24 return &installer{}
25}
26
27func (i *installer) DownloadBinary(metadataPath, version, binaryPath, outFile string) error {
28 if isLocalReference(metadataPath) {

Callers 1

NewClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected