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

Method error_handler

include/sol/packaged_coroutine.hpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 reference error_handler() const noexcept {
225 return reference(m_L, registry_index(m_error_handler.index));
226 }
227
228 set_error_handler(reference new_error_handler) noexcept {
229 this->m_error_handler = stateless_reference(this->m_L, std::move(new_error_handler));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected