MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / check_types

Function check_types

extlibs/sol3/include/sol/sol.hpp:10325–10327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10323
10324 template <typename Handler>
10325 bool check_types(lua_State*, int, Handler&&, record&) {
10326 return true;
10327 }
10328
10329 template <typename T, typename... Args, typename Handler>
10330 bool check_types(lua_State* L, int firstargument, Handler&& handler, record& tracking) {

Callers 2

overload_match_arityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected