Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ luaTo
Method
luaTo
source/core/StarLua.hpp:1873–1875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1871
1872
template <typename T>
1873
T LuaContext::luaTo(LuaValue&& v) {
1874
return engine().luaTo<T>(std::move(v));
1875
}
1876
1877
template <typename T>
1878
T LuaContext::luaTo(LuaValue const& v) {
Callers
nothing calls this directly
Calls
3
format
Function · 0.70
take
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected