| 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 |
nothing calls this directly
no test coverage detected