MCPcopy 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
262LUA_API int lua_iscfunction (lua_State *L, int idx) {
263 StkId o = index2addr(L, idx);
264 return (ttislcf(o) || (ttisCclosure(o)));
265}
266
267
268LUA_API int lua_isinteger (lua_State *L, int idx) {

Callers 3

set_envFunction · 0.85
db_upvaluejoinFunction · 0.85
tryGetTableLuaFuncFunction · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected