MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / lua_iscfunction

Function lua_iscfunction

lib/lua/src/lapi.c:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295
296
297LUA_API int lua_iscfunction (lua_State *L, int idx) {
298 const TValue *o = index2value(L, idx);
299 return (ttislcf(o) || (ttisCclosure(o)));
300}
301
302
303LUA_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