()
| 2929 | } |
| 2930 | |
| 2931 | func (x *StringArrayValue) GetData() []string { |
| 2932 | if x != nil { |
| 2933 | return x.Data |
| 2934 | } |
| 2935 | return nil |
| 2936 | } |
| 2937 | |
| 2938 | // Wrapper for an array of integers. |
| 2939 | type IntegerArrayValue struct { |
no outgoing calls
no test coverage detected