MCPcopy
hub / github.com/spf13/cast / ToStringMapStringSlice

Function ToStringMapStringSlice

zz_generated.go:116–119  ·  view source on GitHub ↗

ToStringMapStringSlice casts any value to a(n) map[string][]string type.

(i any)

Source from the content-addressed store, hash-verified

114
115// ToStringMapStringSlice casts any value to a(n) map[string][]string type.
116func ToStringMapStringSlice(i any) map[string][]string {
117 v, _ := ToStringMapStringSliceE(i)
118 return v
119}
120
121// ToStringMapBool casts any value to a(n) map[string]bool type.
122func ToStringMapBool(i any) map[string]bool {

Callers

nothing calls this directly

Calls 1

ToStringMapStringSliceEFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…