| 25770 | } |
| 25771 | |
| 25772 | void set_exception_handler(exception_handler_function handler) { |
| 25773 | set_default_exception_handler(lua_state(), handler); |
| 25774 | } |
| 25775 | |
| 25776 | template <typename... Args, typename... Keys> |
| 25777 | decltype(auto) get(Keys&&... keys) const { |
no test coverage detected