Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ lua_isinteger
Function
lua_isinteger
src/Chain/libraries/glua/lapi.cpp:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
272
273
LUA_API int lua_isinteger(lua_State *L, int idx) {
274
StkId o = index2addr(L, idx);
275
return ttisinteger(o);
276
}
277
278
279
LUA_API int lua_isnumber(lua_State *L, int idx) {
Callers
15
response_headers_traverser
Function · 0.85
time_difftime
Function · 0.85
time_add
Function · 0.85
time_tostr
Function · 0.85
g_write
Function · 0.85
luaL_tolstring
Function · 0.85
lua_type_to_storage_value_type_with_nested
Function · 0.85
lua_table_to_map_traverser_with_nested
Function · 0.85
tojsonstring_with_nested
Function · 0.85
luaB_tointeger
Function · 0.85
wait_for_future_random
Function · 0.85
get_waited_block_random
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected