| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected