MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / lua_isnumber

Function lua_isnumber

ThirdParty/lua/lua/lapi.c:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275LUA_API int lua_isnumber (lua_State *L, int idx) {
276 lua_Number n;
277 const TValue *o = index2addr(L, idx);
278 return tonumber(o, &n);
279}
280
281
282LUA_API int lua_isstring (lua_State *L, int idx) {

Callers 7

_SaveTableValueFunction · 0.85
_SwitchTableKeyFunction · 0.85
_SaveTableValueFunction · 0.85
_SwitchTableKeyFunction · 0.85
CheckVarFromLuaFunction · 0.85
typeMethod · 0.85
interrorFunction · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected