Sets the array URI. */
| 741 | |
| 742 | /** Sets the array URI. */ |
| 743 | void set_array_uri(const URI& array_uri) { |
| 744 | array_uri_ = array_uri; |
| 745 | } |
| 746 | |
| 747 | /** |
| 748 | * Deletes metadata from an array opened in WRITE mode. |
no outgoing calls
no test coverage detected