Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ abandon
Method
abandon
include/sol/protected_function.hpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
void abandon () noexcept {
306
this->m_error_handler.abandon();
307
base_t::abandon();
308
}
309
310
private:
311
handler_t m_error_handler;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected