Returns the opened array. */
| 311 | |
| 312 | /** Returns the opened array. */ |
| 313 | inline const shared_ptr<OpenedArray> opened_array() const { |
| 314 | return opened_array_; |
| 315 | }; |
| 316 | |
| 317 | /** Returns the array directory object. */ |
| 318 | inline const ArrayDirectory& array_directory() const { |
no outgoing calls
no test coverage detected