MCPcopy Create free account
hub / github.com/spf13/cast / ToStringMapInt64E

Function ToStringMapInt64E

map.go:203–205  ·  view source on GitHub ↗

ToStringMapInt64E casts any value to a map[string]int64 type.

(i any)

Source from the content-addressed store, hash-verified

201
202// ToStringMapInt64E casts any value to a map[string]int64 type.
203func ToStringMapInt64E(i any) (map[string]int64, error) {
204 return toStringMapIntE(i, ToInt64, ToInt64E)
205}
206
207// jsonStringToObject attempts to unmarshall a string as JSON into
208// the object passed as pointer.

Callers 1

ToStringMapInt64Function · 0.85

Calls 1

toStringMapIntEFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…