Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ lua_tocfunction
Function
lua_tocfunction
lua/lapi.c:386–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
385
386
LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
387
StkId o = index2adr(L, idx);
388
return (!iscfunction(o)) ? NULL : clvalue(o)->c.f;
389
}
390
391
392
LUA_API void *lua_touserdata (lua_State *L, int idx) {
Callers
1
aux_close
Function · 0.85
Calls
1
index2adr
Function · 0.85
Tested by
no test coverage detected