MCPcopy
hub / github.com/spf13/viper / insensitiveArray

Function insensitiveArray

util.go:102–106  ·  view source on GitHub ↗
(a []any)

Source from the content-addressed store, hash-verified

100}
101
102func insensitiveArray(a []any) {
103 for i, val := range a {
104 a[i] = insensitiviseVal(val)
105 }
106}
107
108func absPathify(logger *slog.Logger, inPath string) string {
109 logger.Info("trying to resolve absolute path", "path", inPath)

Callers 1

insensitiviseValFunction · 0.85

Calls 1

insensitiviseValFunction · 0.85

Tested by

no test coverage detected