MCPcopy
hub / github.com/helm/helm / newBase

Function newBase

internal/plugin/installer/base.go:31–37  ·  view source on GitHub ↗
(source string)

Source from the content-addressed store, hash-verified

29}
30
31func newBase(source string) base {
32 settings := cli.New()
33 return base{
34 Source: source,
35 PluginsDirectory: settings.PluginsDirectory,
36 }
37}
38
39// Path is where the plugin will be installed.
40func (b *base) Path() string {

Callers 8

existingVCSRepoFunction · 0.85
NewVCSInstallerFunction · 0.85
TestOCIInstaller_PathFunction · 0.85
NewOCIInstallerFunction · 0.85
TestPathFunction · 0.85
NewLocalInstallerFunction · 0.85
NewHTTPInstallerFunction · 0.85

Calls 1

NewFunction · 0.92

Tested by 3

TestOCIInstaller_PathFunction · 0.68
TestPathFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…