MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / lua_iscfunction

Function lua_iscfunction

lua/src/lapi.c:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300
301LUA_API int lua_iscfunction (lua_State *L, int idx) {
302 const TValue *o = index2value(L, idx);
303 return (ttislcf(o) || (ttisCclosure(o)));
304}
305
306
307LUA_API int lua_isinteger (lua_State *L, int idx) {

Callers 1

db_upvaluejoinFunction · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected