Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ lua_type
Function
lua_type
lua/lapi.c:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
242
243
LUA_API int lua_type (lua_State *L, int idx) {
244
StkId o = index2adr(L, idx);
245
return (o == luaO_nilobject) ? LUA_TNONE : ttype(o);
246
}
247
248
249
LUA_API const char *lua_typename (lua_State *L, int t) {
Callers
15
luaB_setmetatable
Function · 0.85
luaB_type
Function · 0.85
luaB_select
Function · 0.85
luaB_tostring
Function · 0.85
add_value
Function · 0.85
str_gsub
Function · 0.85
luabb_type_err_int
Function · 0.85
luabb_isnull
Function · 0.85
luabb_istyped
Function · 0.85
l_typed_assignment
Function · 0.85
luabb_dumpcstack_
Function · 0.85
luabb_type
Function · 0.85
Calls
1
index2adr
Function · 0.85
Tested by
no test coverage detected