MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_iscfunction

Function lua_iscfunction

depends/lua/src/lapi.c:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264LUA_API int lua_iscfunction (lua_State *L, int idx) {
265 StkId o = index2addr(L, idx);
266 return (ttislcf(o) || (ttisCclosure(o)));
267}
268
269
270LUA_API int lua_isinteger (lua_State *L, int idx) {

Callers 2

set_envFunction · 0.85
db_upvaluejoinFunction · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected