Returns the start timestamp used to load the array directory. */
| 649 | |
| 650 | /** Returns the start timestamp used to load the array directory. */ |
| 651 | inline uint64_t timestamp_start() const { |
| 652 | return array_dir_timestamp_start_; |
| 653 | } |
| 654 | |
| 655 | /** |
| 656 | * Returns the end timestamp as set by the user. |
no outgoing calls
no test coverage detected