Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ f_call
Function
f_call
engine/lua/src/lua/lapi.c:798–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
796
797
798
static void f_call (lua_State *L, void *ud) {
799
struct CallS *c = cast(struct CallS *, ud);
800
luaD_call(L, c->func, c->nresults);
801
}
802
803
804
Callers
nothing calls this directly
Calls
1
luaD_call
Function · 0.85
Tested by
no test coverage detected