MCPcopy 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
408static int FailingFunc(lua_State* L) {
409 return luaL_error(L, "this function does not work");
410}
411
412TEST_F(ScriptTestLua, TestErrorHandler) {
413

Callers

nothing calls this directly

Calls 1

luaL_errorFunction · 0.85

Tested by

no test coverage detected