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

Method Add

pkg/devspace/plugin/plugin.go:48–48  ·  view source on GitHub ↗
(path, version string)

Source from the content-addressed store, hash-verified

46
47type Interface interface {
48 Add(path, version string) (*Metadata, error)
49 GetByName(name string) (string, *Metadata, error)
50 Update(name, version string) (*Metadata, error)
51 Remove(name string) error

Callers 15

ResetMethod · 0.65
SelectPodMethod · 0.65
SelectContainerMethod · 0.65
ResetMethod · 0.65
ResetMethod · 0.65
SelectPodMethod · 0.65
SelectContainerMethod · 0.65
ResetMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestPodsFunction · 0.52