Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ lua_isstring
Function
lua_isstring
src/Chain/libraries/glua/lapi.cpp:286–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
285
286
LUA_API int lua_isstring(lua_State *L, int idx) {
287
const TValue *o = index2addr(L, idx);
288
return (ttisstring(o) || cvt2str(o));
289
}
290
291
292
LUA_API int lua_isuserdata(lua_State *L, int idx) {
Callers
15
response_headers_traverser
Function · 0.85
lualib_net_listen
Function · 0.85
lualib_net_connect
Function · 0.85
lualib_net_read_until
Function · 0.85
luaB_auxwrap
Function · 0.85
addfield
Function · 0.85
time_add
Function · 0.85
findloader
Function · 0.85
findloader_for_import_contract
Function · 0.85
str_split
Function · 0.85
add_value
Function · 0.85
enter_lua_debugger
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected