MCPcopy 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
273LUA_API int lua_isinteger(lua_State *L, int idx) {
274 StkId o = index2addr(L, idx);
275 return ttisinteger(o);
276}
277
278
279LUA_API int lua_isnumber(lua_State *L, int idx) {

Callers 15

time_difftimeFunction · 0.85
time_addFunction · 0.85
time_tostrFunction · 0.85
g_writeFunction · 0.85
luaL_tolstringFunction · 0.85
tojsonstring_with_nestedFunction · 0.85
luaB_tointegerFunction · 0.85
wait_for_future_randomFunction · 0.85
get_waited_block_randomFunction · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected