Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ lua_iscfunction
Function
lua_iscfunction
Plugins/slua_unreal/External/lua/lapi.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
261
262
LUA_API int lua_iscfunction (lua_State *L, int idx) {
263
StkId o = index2addr(L, idx);
264
return (ttislcf(o) || (ttisCclosure(o)));
265
}
266
267
268
LUA_API int lua_isinteger (lua_State *L, int idx) {
Callers
3
set_env
Function · 0.85
db_upvaluejoin
Function · 0.85
tryGetTableLuaFunc
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected