Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ f_call
Function
f_call
Source/Misc/lua/src/lua.c:2647–2650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2645
2646
2647
static void f_call (lua_State *L, void *ud) {
2648
struct CallS *c = cast(struct CallS *, ud);
2649
luaD_call(L, c->func, c->nresults);
2650
}
2651
2652
2653
Callers
nothing calls this directly
Calls
1
luaD_call
Function · 0.85
Tested by
no test coverage detected