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

Method operator()

extlibs/sol3/include/sol/sol.hpp:17053–17055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17051 }
17052
17053 int operator()(lua_State* L) {
17054 return call(L);
17055 }
17056 };
17057
17058 template <typename T, typename Function, bool is_yielding>

Callers

nothing calls this directly

Calls 1

callFunction · 0.85

Tested by

no test coverage detected