Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FailingFunc
Function
FailingFunc
engine/script/src/test/test_script_lua.cpp:408–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
#undef ASSERT_NE_URL
407
408
static int FailingFunc(lua_State* L) {
409
return luaL_error(L,
"this function does not work"
);
410
}
411
412
TEST_F(ScriptTestLua, TestErrorHandler) {
413
Callers
nothing calls this directly
Calls
1
luaL_error
Function · 0.85
Tested by
no test coverage detected