Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ lua_iscfunction
Function
lua_iscfunction
Source/Misc/lua/src/lua.c:2103–2106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2101
2102
2103
LUA_API int lua_iscfunction (lua_State *L, int idx) {
2104
StkId o = index2adr(L, idx);
2105
return iscfunction(o);
2106
}
2107
2108
2109
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
5
luaB_getfenv
Function · 0.85
luaB_setfenv
Function · 0.85
luaB_cocreate
Function · 0.85
auxupvalue
Function · 0.85
setfenv
Function · 0.85
Calls
1
index2adr
Function · 0.85
Tested by
no test coverage detected