Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ lua_isnumber
Function
lua_isnumber
lua/lapi.c:261–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
260
261
LUA_API int lua_isnumber (lua_State *L, int idx) {
262
TValue n;
263
const TValue *o = index2adr(L, idx);
264
return tonumber(o, &n);
265
}
266
267
268
LUA_API int lua_isstring (lua_State *L, int idx) {
Callers
15
luaB_tonumber
Function · 0.85
luaB_setfenv
Function · 0.85
luabb_tostring_int
Function · 0.85
get_date_value
Function · 0.85
l_blob_index
Function · 0.85
l_blob_newindex
Function · 0.85
luaL_checknumber
Function · 0.85
luaL_checkinteger
Function · 0.85
lua_to_client_type
Function · 0.85
load_debugging_information
Function · 0.85
stmt_bind_int
Function · 0.85
dbtable_emit_int
Function · 0.85
Calls
1
index2adr
Function · 0.85
Tested by
no test coverage detected