Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ roundTripEqual
Function
roundTripEqual
source/test/lua_test.cpp:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
141
template <typename T>
142
bool roundTripEqual(LuaContext const& context, T t) {
143
return context.invokePath<T>(
"roundTrip"
, t) == t;
144
}
145
146
TEST(LuaTest, Converters) {
147
auto luaEngine = LuaEngine::create();
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected