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

Method operator()

extlibs/sol3/include/sol/sol.hpp:17336–17339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17334 }
17335
17336 int operator()(lua_State* L) {
17337 auto f = [&](lua_State*) -> int { return this->call(L); };
17338 return detail::trampoline(L, f);
17339 }
17340 };
17341}
17342} // namespace sol::function_detail

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
trampolineFunction · 0.85

Tested by

no test coverage detected