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

Method operator()

extlibs/sol3/include/sol/sol.hpp:17292–17295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17290 }
17291
17292 int operator()(lua_State* L) {
17293 auto f = [&](lua_State*) -> int { return this->call(L); };
17294 return detail::trampoline(L, f);
17295 }
17296 };
17297
17298 template <typename T, typename Function, bool is_yielding>

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
trampolineFunction · 0.85

Tested by

no test coverage detected