MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / check_unknown

Function check_unknown

modules/engine/lua/src/build.skr_lua.cpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668void* check_unknown(lua_State *L, int index, std::string_view tid)
669{
670 return *(void**)skr_check_unknown(L, index, tid, "");
671}
672
673int 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{

Calls 1

skr_check_unknownFunction · 0.85

Tested by

no test coverage detected