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

Method copy

Libs/sol/sol.hpp:9397–9399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9395 }
9396
9397 int copy() const noexcept {
9398 return copy(lua_state());
9399 }
9400
9401 int copy(lua_State* L) const noexcept {
9402 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.85

Tested by

no test coverage detected