| 728 | } |
| 729 | |
| 730 | type stringSliceValue struct { |
| 731 | hidden bool |
| 732 | target *[]string |
| 733 | } |
| 734 | |
| 735 | func newStringSliceValue(def []string, target *[]string, hidden bool) *stringSliceValue { |
| 736 | *target = def |
nothing calls this directly
no outgoing calls
no test coverage detected