Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
asTable
Method · 0.80
initLuaBindings
Method · 0.80
Calls
1
deserialize
Function · 0.70
Tested by
no test coverage detected