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

Function cleanUpMapArray

conversions.go:94–100  ·  view source on GitHub ↗
(in []Map)

Source from the content-addressed store, hash-verified

92}
93
94func cleanUpMapArray(in []Map) []Map {
95 result := make([]Map, len(in))
96 for i, v := range in {
97 result[i] = cleanUpStringMap(v)
98 }
99 return result
100}
101
102func cleanUp(v interface{}) interface{} {
103 switch v := v.(type) {

Callers 1

cleanUpFunction · 0.85

Calls 1

cleanUpStringMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…