Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
LUA_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
282
LUA_API int lua_isstring (lua_State *L, int idx) {
Callers
7
_SaveTableValue
Function · 0.85
_SwitchTableKey
Function · 0.85
_SaveTableValue
Function · 0.85
_SwitchTableKey
Function · 0.85
CheckVarFromLua
Function · 0.85
type
Method · 0.85
interror
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected