Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaL_checktype
Function
luaL_checktype
lua/lauxlib.c:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
177
178
LUALIB_API void luaL_checktype (lua_State *L, int narg, int t) {
179
if (lua_type(L, narg) != t)
180
tag_error(L, narg, t);
181
}
182
183
184
LUALIB_API void luaL_checkany (lua_State *L, int narg) {
Callers
15
luaB_setmetatable
Function · 0.85
luaB_setfenv
Function · 0.85
luaB_rawget
Function · 0.85
luaB_rawset
Function · 0.85
luaB_next
Function · 0.85
luaB_pairs
Function · 0.85
ipairsaux
Function · 0.85
luaB_ipairs
Function · 0.85
luaB_load
Function · 0.85
luaB_unpack
Function · 0.85
str_dump
Function · 0.85
dbconsumer_getargs
Function · 0.85
Calls
2
lua_type
Function · 0.85
tag_error
Function · 0.85
Tested by
no test coverage detected