MCPcopy Create free account
hub / github.com/devspace-sh/devspace / ConvertMap

Function ConvertMap

pkg/devspace/pipeline/env/env.go:64–70  ·  view source on GitHub ↗
(iMap map[string]interface{})

Source from the content-addressed store, hash-verified

62}
63
64func ConvertMap(iMap map[string]interface{}) map[string]string {
65 retMap := map[string]string{}
66 for k, v := range iMap {
67 retMap[k] = fmt.Sprintf("%v", v)
68 }
69 return retMap
70}

Callers 2

NewContextFunction · 0.92
AsDependencyMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected