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

Method PluginFolder

pkg/devspace/plugin/plugin.go:69–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (c *client) PluginFolder() (string, error) {
70 dir, err := homedir.Dir()
71 if err != nil {
72 return "", err
73 }
74
75 return filepath.Join(dir, constants.DefaultHomeDevSpaceFolder, PluginFolder), nil
76}
77
78func (c *client) Add(path, version string) (*Metadata, error) {
79 // resolve path if it's a local one

Callers 5

installMethod · 0.95
RemoveMethod · 0.95
ListMethod · 0.95
GetByNameMethod · 0.95
GetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected