MCPcopy
hub / github.com/helm/helm / Install

Function Install

internal/plugin/installer/installer.go:61–64  ·  view source on GitHub ↗

Install installs a plugin.

(i Installer)

Source from the content-addressed store, hash-verified

59
60// Install installs a plugin.
61func Install(i Installer) error {
62 _, err := InstallWithOptions(i, Options{})
63 return err
64}
65
66// VerificationResult contains the result of plugin verification
67type VerificationResult struct {

Calls 1

InstallWithOptionsFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…