MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / get_traceback_or_errors

Function get_traceback_or_errors

Libs/sol/sol.hpp:25059–25064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25057
25058 namespace stack {
25059 inline error get_traceback_or_errors(lua_State* L) {
25060 int p = default_traceback_error_handler(L);
25061 sol::error err = stack::get<sol::error>(L, -p);
25062 lua_pop(L, p);
25063 return err;
25064 }
25065 } // namespace stack
25066} // namespace sol
25067

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected