MCPcopy Index your code
hub / github.com/helm/helm / prototypePluginManager

Struct prototypePluginManager

internal/plugin/loader.go:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107type prototypePluginManager struct {
108 runtimes map[string]Runtime
109}
110
111func newPrototypePluginManager() (*prototypePluginManager, error) {
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected