Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ lua_isstring
Function
lua_isstring
deps/lua/src/lapi.c:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
266
267
LUA_API int lua_isstring (lua_State *L, int idx) {
268
int t = lua_type(L, idx);
269
return (t == LUA_TSTRING || t == LUA_TNUMBER);
270
}
271
272
273
LUA_API int lua_isuserdata (lua_State *L, int idx) {
Callers
9
print
Function · 0.85
traceback
Function · 0.85
luaB_error
Function · 0.85
generic_reader
Function · 0.85
luaB_auxwrap
Function · 0.85
add_value
Function · 0.85
addfield
Function · 0.85
ll_require
Function · 0.85
db_errorfb
Function · 0.85
Calls
1
lua_type
Function · 0.85
Tested by
no test coverage detected