MCPcopy 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
250LUA_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
256LUA_API const char *lua_typename (lua_State *L, int t) {

Callers 15

_SaveTableValueFunction · 0.85
_SwitchTableKeyFunction · 0.85
CheckVarFromLuaFunction · 0.85
TypeCastFunction · 0.85
NewMetaTableFunction · 0.85
SetGlobalFunction · 0.85
IsGlobalFunction · 0.85
CheckNumberFunction · 0.85
CheckBooleanFunction · 0.85
CheckIntegerFunction · 0.85
CheckStringFunction · 0.85
CheckPointerFunction · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected