Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaL_checktype
Function
luaL_checktype
deps/lua/src/lauxlib.c:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
146
LUALIB_API void luaL_checktype (lua_State *L, int narg, int t) {
147
if (lua_type(L, narg) != t)
148
tag_error(L, narg, t);
149
}
150
151
152
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
foreachi
Function · 0.85
Calls
2
lua_type
Function · 0.85
tag_error
Function · 0.85
Tested by
no test coverage detected