| 1671 | } |
| 1672 | |
| 1673 | shared_ptr<CurrentDomain> ArraySchema::get_current_domain() const { |
| 1674 | return current_domain_; |
| 1675 | } |
| 1676 | |
| 1677 | void ArraySchema::set_current_domain(shared_ptr<CurrentDomain> current_domain) { |
| 1678 | if (current_domain == nullptr) { |
no outgoing calls
no test coverage detected