MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_iscfunction

Function lua_iscfunction

freebsd/contrib/openzfs/module/lua/lapi.c:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257
258LUA_API int lua_iscfunction (lua_State *L, int idx) {
259 StkId o = index2addr(L, idx);
260 return (ttislcf(o) || (ttisCclosure(o)));
261}
262
263
264LUA_API int lua_isnumber (lua_State *L, int idx) {

Callers

nothing calls this directly

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected