MCPcopy Create free account
hub / github.com/stretchr/objx / cleanUpStringMap

Function cleanUpStringMap

conversions.go:78–84  ·  view source on GitHub ↗
(in map[string]interface{})

Source from the content-addressed store, hash-verified

76}
77
78func cleanUpStringMap(in map[string]interface{}) Map {
79 result := Map{}
80 for k, v := range in {
81 result[k] = cleanUp(v)
82 }
83 return result
84}
85
86func cleanUpMSIArray(in []map[string]interface{}) []Map {
87 result := make([]Map, len(in))

Callers 3

cleanUpMSIArrayFunction · 0.85
cleanUpMapArrayFunction · 0.85
cleanUpFunction · 0.85

Calls 1

cleanUpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…