Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ lua_type
Function
lua_type
ThirdParty/lua/lua/lapi.c:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
249
250
LUA_API int lua_type (lua_State *L, int idx) {
251
StkId o = index2addr(L, idx);
252
return (isvalid(o) ? ttnov(o) : LUA_TNONE);
253
}
254
255
256
LUA_API const char *lua_typename (lua_State *L, int t) {
Callers
15
_SaveTableValue
Function · 0.85
_SwitchTableKey
Function · 0.85
CheckVarFromLua
Function · 0.85
TypeCast
Function · 0.85
NewMetaTable
Function · 0.85
SetGlobal
Function · 0.85
IsGlobal
Function · 0.85
CheckNumber
Function · 0.85
CheckBoolean
Function · 0.85
CheckInteger
Function · 0.85
CheckString
Function · 0.85
CheckPointer
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected