Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ f_call
Function
f_call
3rd/lua-5.4.3/src/lapi.c:1029–1032 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1027
1028
1029
static void f_call (lua_State *L, void *ud) {
1030
struct CallS *c = cast(struct CallS *, ud);
1031
luaD_callnoyield(L, c->func, c->nresults);
1032
}
1033
1034
1035
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.85
Tested by
no test coverage detected