()
| 3064 | } |
| 3065 | |
| 3066 | func (x *BooleanArrayValue) GetData() []bool { |
| 3067 | if x != nil { |
| 3068 | return x.Data |
| 3069 | } |
| 3070 | return nil |
| 3071 | } |
| 3072 | |
| 3073 | // DataBundle is a message representing a bundle of data, which includes a name, |
| 3074 | // a list of arguments, and a series of operations. |
no outgoing calls
no test coverage detected