MCPcopy Create free account
hub / github.com/ThePhD/sol2 / error_code

Method error_code

include/sol/dump_handler.hpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 int error_code() const {
43 return m_ec;
44 }
45 };
46
47 inline int dump_pass_on_error(lua_State* L_, int result_code, lua_Writer writer_function, void* userdata_pointer_, bool strip) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected