MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator()

Method operator()

extlibs/sol3/include/sol/sol.hpp:8144–8147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8142
8143 struct constructor_handler {
8144 int operator()(lua_State* L, int index, type expected, type actual, string_view message) const noexcept(false) {
8145 push_type_panic_string(L, index, expected, actual, message, "(type check failed in constructor)");
8146 return lua_error(L);
8147 }
8148 };
8149
8150 template <typename F = void>

Callers

nothing calls this directly

Calls 2

push_type_panic_stringFunction · 0.85
lua_errorFunction · 0.85

Tested by

no test coverage detected