MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_isnumber

Function lua_isnumber

Source/Misc/lua/src/lua.c:2109–2113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2107
2108
2109LUA_API int lua_isnumber (lua_State *L, int idx) {
2110TValue n;
2111const TValue *o = index2adr(L, idx);
2112return tonumber(o, &n);
2113}
2114
2115
2116LUA_API int lua_isstring (lua_State *L, int idx) {

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected