Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ lua_iscfunction
Function
lua_iscfunction
source/3rdparty/lua/src/lapi.c:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
260
261
LUA_API int lua_iscfunction (lua_State *L, int idx) {
262
StkId o = index2addr(L, idx);
263
return (ttislcf(o) || (ttisCclosure(o)));
264
}
265
266
267
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
3
set_env
Function · 0.85
db_upvaluejoin
Function · 0.85
ReadVar
Method · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected