| 655 | } |
| 656 | |
| 657 | inline void destroy_store() |
| 658 | { |
| 659 | if (m_dispatcher != nullptr) { |
| 660 | m_dispatcher(operators::type::destroy, this, nullptr); |
| 661 | m_dispatcher = nullptr; |
| 662 | } |
| 663 | } |
| 664 | |
| 665 | inline void copy_store(const basic_var &other) |
| 666 | { |
no outgoing calls
no test coverage detected