MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / copy

Method copy

extlibs/sol3/include/sol/sol.hpp:8831–8833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8829 }
8830
8831 int copy() const noexcept {
8832 return copy(lua_state());
8833 }
8834
8835 int copy(lua_State* L) const noexcept {
8836 return stateless_reference::copy(L);

Callers 4

copy_assignMethod · 0.45
stateless_referenceMethod · 0.45
copy_assignMethod · 0.45
basic_referenceMethod · 0.45

Calls 1

copyFunction · 0.50

Tested by

no test coverage detected