Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ Encode
Function
Encode
pkg/devspace/plugin/plugin.go:352–354 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
350
}
351
352
func
Encode(path string) string {
353
return
encoding.EncodeToString([]byte(path))
354
}
355
356
func
Decode(encoded string) ([]byte, error) {
357
return
encoding.DecodeString(encoded)
Callers
3
install
Method · 0.85
Remove
Method · 0.85
Get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected