MCPcopy 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
386LUA_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
392LUA_API void *lua_touserdata (lua_State *L, int idx) {

Callers 1

aux_closeFunction · 0.85

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected