Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ lua_isinteger
Function
lua_isinteger
extlibs/lua/src/lapi.c:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
275
276
LUA_API int lua_isinteger (lua_State *L, int idx) {
277
const TValue *o = index2value(L, idx);
278
return ttisinteger(o);
279
}
280
281
282
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
9
math_abs
Function · 0.70
math_floor
Function · 0.70
math_ceil
Function · 0.70
math_fmod
Function · 0.70
math_modf
Function · 0.70
math_type
Function · 0.70
addliteral
Function · 0.70
luaL_tolstring
Function · 0.70
g_write
Function · 0.70
Calls
1
index2value
Function · 0.85
Tested by
no test coverage detected