MCPcopy 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
352func Encode(path string) string {
353 return encoding.EncodeToString([]byte(path))
354}
355
356func Decode(encoded string) ([]byte, error) {
357 return encoding.DecodeString(encoded)

Callers 3

installMethod · 0.85
RemoveMethod · 0.85
GetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected