Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ luaL_checktype
Function
luaL_checktype
xrepo/packages/l/luau/port/luau/VM/src/laux.cpp:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void luaL_checktype(lua_State* L, int narg, int t)
150
{
151
if (lua_type(L, narg) != t)
152
tag_error(L, narg, t);
153
}
154
155
void luaL_checkany(lua_State* L, int narg)
156
{
Callers
15
cocreate
Function · 0.70
os_time
Function · 0.70
foreachi
Function · 0.70
foreach
Function · 0.70
maxn
Function · 0.70
getn
Function · 0.70
tinsert
Function · 0.70
tremove
Function · 0.70
tmove
Function · 0.70
tconcat
Function · 0.70
tunpack
Function · 0.70
tsort
Function · 0.70
Calls
2
lua_type
Function · 0.70
tag_error
Function · 0.70
Tested by
no test coverage detected