Retrieves a reference to the array config. */
| 730 | |
| 731 | /** Retrieves a reference to the array config. */ |
| 732 | inline Config config() const { |
| 733 | return config_; |
| 734 | } |
| 735 | |
| 736 | /** Directly set the array URI for serialized compatibility with pre |
| 737 | * TileDB 2.5 clients */ |
no outgoing calls
no test coverage detected