* Returns the end timestamp as set by the user. * * This may differ from the actual timestamp in use if the array has not yet * been opened, the user has changed this value, or if using the sentinel * value of `UINT64_MAX`. */
| 660 | * value of `UINT64_MAX`. |
| 661 | */ |
| 662 | inline uint64_t timestamp_end() const { |
| 663 | return user_set_timestamp_end_.value_or(UINT64_MAX); |
| 664 | } |
| 665 | |
| 666 | /** |
| 667 | * Returns the timestamp at which the array was opened. |
no outgoing calls
no test coverage detected