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

Method duplicate

include/covscript/core/variable.hpp:846–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844 }
845
846 proxy *duplicate() const noexcept
847 {
848 if (mDat != nullptr)
849 {
850 ++mDat->refcount;
851 }
852 return mDat;
853 }
854
855 void recycle() noexcept
856 {

Callers 2

anyMethod · 0.80
anyClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected