MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_tocfunction

Function lua_tocfunction

Source/Misc/lua/src/lua.c:2228–2231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2226
2227
2228LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
2229StkId o = index2adr(L, idx);
2230return (!iscfunction(o)) ? NULL : clvalue(o)->c.f;
2231}
2232
2233
2234LUA_API void *lua_touserdata (lua_State *L, int idx) {

Callers 7

set_instance_valueFunction · 0.85
get_instance_valueFunction · 0.85
get_instanceFunction · 0.85
tocfunctionFunction · 0.85
aux_closeFunction · 0.85

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected