MCPcopy Create free account
hub / github.com/Segs/Segs / handle_errors

Function handle_errors

3rd_party/lua_sol2/include/sol.hpp:16568–16573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16566 };
16567
16568 inline int handle_errors(lua_State* L, const error_result& er) {
16569 if (er.fmt == nullptr) {
16570 return er.results;
16571 }
16572 return luaL_error(L, er.fmt, er.args[0], er.args[1], er.args[2], er.args[3]);
16573 }
16574
16575 template <typename X, typename = void>
16576 struct container_traits_default {

Callers 7

atMethod · 0.85
getMethod · 0.85
setMethod · 0.85
addMethod · 0.85
insertMethod · 0.85
findMethod · 0.85
eraseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected