MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_iscfunction

Function lua_iscfunction

extlibs/lua/src/lapi.c:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270LUA_API int lua_iscfunction (lua_State *L, int idx) {
271 const TValue *o = index2value(L, idx);
272 return (ttislcf(o) || (ttisCclosure(o)));
273}
274
275
276LUA_API int lua_isinteger (lua_State *L, int idx) {

Callers 2

db_upvaluejoinFunction · 0.85
checkMethod · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected