Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
107
type
prototypePluginManager
struct
{
108
runtimes
map
[string]Runtime
109
}
110
111
func
newPrototypePluginManager() (*prototypePluginManager, error) {
112
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected