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

Method Error

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

Source from the content-addressed store, hash-verified

41}
42
43func (n *NewestVersionError) Error() string {
44 return "Current binary is the latest version: " + n.version
45}
46
47type Interface interface {
48 Add(path, version string) (*Metadata, error)

Callers 5

CallPluginExecutableFunction · 0.45
GetFlagFunction · 0.45
TestCatNoFileFunction · 0.45
BuildImagesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestCatNoFileFunction · 0.36