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

Function copy_store

include/covscript/core/variable.hpp:665–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663 }
664
665 inline void copy_store(const basic_var &other)
666 {
667 destroy_store();
668 if (other.m_dispatcher != nullptr) {
669 other.m_dispatcher(operators::type::copy, &other, this);
670 m_dispatcher = other.m_dispatcher;
671 }
672 }
673
674 inline void move_store(basic_var &other)
675 {

Callers 2

basic_varFunction · 0.85
variable.hppFile · 0.85

Calls 1

destroy_storeFunction · 0.85

Tested by

no test coverage detected