MCPcopy Create free account
hub / github.com/covscript/covscript / destroy_store

Function destroy_store

include/covscript/core/variable.hpp:657–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 5

construct_storeFunction · 0.85
copy_storeFunction · 0.85
move_storeFunction · 0.85
~basic_varFunction · 0.85
variable.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected