Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ lua_iscfunction
Function
lua_iscfunction
other_src/lua/src/lapi.cpp:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
254
255
LUA_API int lua_iscfunction (lua_State *L, int idx) {
256
StkId o = index2adr(L, idx);
257
return iscfunction(o);
258
}
259
260
261
LUA_API int lua_isnumber (lua_State *L, int idx) {
Callers
5
setfenv
Function · 0.70
auxupvalue
Function · 0.70
luaB_getfenv
Function · 0.70
luaB_setfenv
Function · 0.70
luaB_cocreate
Function · 0.70
Calls
1
index2adr
Function · 0.70
Tested by
no test coverage detected