-- stringToInt64 Value
| 9 | |
| 10 | // -- stringToInt64 Value |
| 11 | type stringToInt64Value struct { |
| 12 | value *map[string]int64 |
| 13 | changed bool |
| 14 | } |
| 15 | |
| 16 | func newStringToInt64Value(val map[string]int64, p *map[string]int64) *stringToInt64Value { |
| 17 | ssv := new(stringToInt64Value) |
nothing calls this directly
no outgoing calls
no test coverage detected