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

Function get_traceback_or_errors

extlibs/sol3/include/sol/sol.hpp:24270–24275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24268
24269 namespace stack {
24270 inline error get_traceback_or_errors(lua_State* L) {
24271 int p = default_traceback_error_handler(L);
24272 sol::error err = stack::get<sol::error>(L, -p);
24273 lua_pop(L, p);
24274 return err;
24275 }
24276 }
24277} // namespace sol
24278

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected