Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ Decode
Function
Decode
pkg/devspace/plugin/plugin.go:356–358 ·
view source on GitHub ↗
(encoded string)
Source
from the content-addressed store, hash-verified
354
}
355
356
func
Decode(encoded string) ([]byte, error) {
357
return
encoding.DecodeString(encoded)
358
}
359
360
func
AddDevspaceVarsToPluginEnv(vars
interface
{}) {
361
devspaceVarsOnce.Do(
func
() {
Callers
1
GetByName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected