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

Method copy_assign

Libs/sol/sol.hpp:9169–9175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9167 }
9168
9169 lua_State* copy_assign(lua_State* L, lua_State* rL, const stateless_reference& r) {
9170 if (valid(L)) {
9171 deref(L);
9172 }
9173 ref = r.copy(L);
9174 return rL;
9175 }
9176
9177 lua_State* move_assign(lua_State* L, lua_State* rL, stateless_reference&& r) {
9178 if (valid(L)) {

Callers

nothing calls this directly

Calls 3

validFunction · 0.85
derefFunction · 0.85
copyMethod · 0.45

Tested by

no test coverage detected