| 2246 | return array_shape.get(); |
| 2247 | } |
| 2248 | void copy_shape(const Shape& src_shape) { *mutable_shape() = src_shape; } |
| 2249 | void clear_shape() { array_shape = nullptr; } |
| 2250 | |
| 2251 | // The constant buffer backing this array. This is non-null if and only if |
no outgoing calls
no test coverage detected