Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ lua_isstring
Function
lua_isstring
Source/Misc/lua/src/lua.c:2116–2119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2114
2115
2116
LUA_API int lua_isstring (lua_State *L, int idx) {
2117
int t = lua_type(L, idx);
2118
return (t == LUA_TSTRING || t == LUA_TNUMBER);
2119
}
2120
2121
2122
LUA_API int lua_isuserdata (lua_State *L, int idx) {
Callers
10
luausb_set_endpoint_descriptor_extra
Function · 0.85
luausb_set_interface_descriptor_extra
Function · 0.85
luausb_set_config_descriptor_extra
Function · 0.85
luaB_error
Function · 0.85
generic_reader
Function · 0.85
luaB_auxwrap
Function · 0.85
db_errorfb
Function · 0.85
ll_require
Function · 0.85
add_value
Function · 0.85
addfield
Function · 0.85
Calls
1
lua_type
Function · 0.85
Tested by
no test coverage detected