| 666 | } |
| 667 | |
| 668 | void* check_unknown(lua_State *L, int index, std::string_view tid) |
| 669 | { |
| 670 | return *(void**)skr_check_unknown(L, index, tid, ""); |
| 671 | } |
| 672 | |
| 673 | int push_unknown_value(lua_State *L, const void *value, std::string_view tid, size_t size, copy_constructor_t copy_constructor, destructor_t destructor) |
| 674 | { |
no test coverage detected