| 778 | } |
| 779 | |
| 780 | type stringMapValue struct { |
| 781 | hidden bool |
| 782 | target *map[string]string |
| 783 | } |
| 784 | |
| 785 | func newStringMapValue(def map[string]string, target *map[string]string, hidden bool) *stringMapValue { |
| 786 | *target = def |
nothing calls this directly
no outgoing calls
no test coverage detected