| 21046 | } |
| 21047 | |
| 21048 | virtual void* data() override { |
| 21049 | return static_cast<void*>(std::addressof(data_)); |
| 21050 | } |
| 21051 | |
| 21052 | template <bool is_index = true, bool is_variable = false> |
| 21053 | static inline int call_with_(lua_State* L, void* target) { |
no outgoing calls
no test coverage detected