Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ f_call
Function
f_call
third-party/lua-5.2.4/src/lapi.c:921–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
920
921
static void f_call (lua_State *L, void *ud) {
922
struct CallS *c = cast(struct CallS *, ud);
923
luaD_call(L, c->func, c->nresults, 0);
924
}
925
926
927
Callers
nothing calls this directly
Calls
1
luaD_call
Function · 0.70
Tested by
no test coverage detected