MCPcopy Create free account
hub / github.com/OpenMW/openmw / getCopy

Method getCopy

components/lua/storage.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 sol::object LuaStorage::Value::getCopy(lua_State* state) const
33 {
34 return deserialize(state, mSerializedValue);
35 }
36
37 sol::object LuaStorage::Value::getReadOnly(lua_State* state) const
38 {

Callers 2

asTableMethod · 0.80
initLuaBindingsMethod · 0.80

Calls 1

deserializeFunction · 0.70

Tested by

no test coverage detected