Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ lua_isstring
Function
lua_isstring
lua/lapi.c:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
267
268
LUA_API int lua_isstring (lua_State *L, int idx) {
269
int t = lua_type(L, idx);
270
return (t == LUA_TSTRING || t == LUA_TNUMBER);
271
}
272
273
274
LUA_API int lua_isuserdata (lua_State *L, int idx) {
Callers
15
traceback
Function · 0.85
luaB_error
Function · 0.85
generic_reader
Function · 0.85
luaB_auxwrap
Function · 0.85
add_value
Function · 0.85
luabb_tostring_int
Function · 0.85
get_string_value
Function · 0.85
getstr
Function · 0.85
l_blob_index
Function · 0.85
lua_to_client_type
Function · 0.85
comdb2_table
Function · 0.85
new_temp_table
Function · 0.85
Calls
1
lua_type
Function · 0.85
Tested by
no test coverage detected