Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlutoLang/Pluto
/ lua_isinteger
Function
lua_isinteger
src/lapi.cpp:342–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
341
342
LUA_API int lua_isinteger (lua_State *L, int idx) {
343
const TValue *o = index2value(L, idx);
344
return ttisinteger(o);
345
}
346
347
348
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
15
treorder
Function · 0.85
addliteral
Function · 0.85
str_formatint
Function · 0.85
luaL_unref
Function · 0.85
luaB_dumpvar_impl
Function · 0.85
checkJson
Function · 0.85
math_abs
Function · 0.85
math_floor
Function · 0.85
math_trunc
Function · 0.85
math_round
Function · 0.85
math_ceil
Function · 0.85
math_fmod
Function · 0.85
Calls
1
index2value
Function · 0.85
Tested by
no test coverage detected