MCPcopy Create free account
hub / github.com/auth0/auth0-cli / mapPointerToArray

Function mapPointerToArray

internal/display/apps.go:258–266  ·  view source on GitHub ↗
(m *map[string]interface{})

Source from the content-addressed store, hash-verified

256}
257
258func mapPointerToArray(m *map[string]interface{}) []string {
259 var result []string
260 if m != nil {
261 for k, v := range *m {
262 result = append(result, fmt.Sprintf("%s=%v", k, v))
263 }
264 }
265 return result
266}
267
268func quickstartsURIFor(appType string) string {
269 switch appType {

Callers 1

makeApplicationViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected