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

Method copy_assign

extlibs/sol3/include/sol/sol.hpp:8601–8607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8599 }
8600
8601 lua_State* copy_assign(lua_State* L, lua_State* rL, const stateless_reference& r) {
8602 if (valid(L)) {
8603 deref(L);
8604 }
8605 ref = r.copy(L);
8606 return rL;
8607 }
8608
8609 lua_State* move_assign(lua_State* L, lua_State* rL, stateless_reference&& r) {
8610 if (valid(L)) {

Callers

nothing calls this directly

Calls 2

derefFunction · 0.85
copyMethod · 0.45

Tested by

no test coverage detected