Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
43
func
(n *NewestVersionError) Error() string {
44
return
"Current binary is the latest version: "
+ n.version
45
}
46
47
type
Interface
interface
{
48
Add(path, version string) (*Metadata, error)
Callers
5
CallPluginExecutableInBackground
Function · 0.45
CallPluginExecutable
Function · 0.45
GetFlag
Function · 0.45
TestCatNoFile
Function · 0.45
BuildImages
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestCatNoFile
Function · 0.36