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.5.0/src/lapi.c:1069–1072 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1067
1068
1069
static void f_call (lua_State *L, void *ud) {
1070
struct CallS *c = cast(struct CallS *, ud);
1071
luaD_callnoyield(L, c->func, c->nresults);
1072
}
1073
1074
1075
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.70
Tested by
no test coverage detected