| 7473 | } |
| 7474 | |
| 7475 | inline int c_trampoline(lua_State* L, lua_CFunction f) noexcept { |
| 7476 | return trampoline(L, f); |
| 7477 | } |
| 7478 | #else |
| 7479 | template <lua_CFunction f> |
| 7480 | int static_trampoline(lua_State* L) { |
nothing calls this directly
no test coverage detected