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.3.5/src/lapi.c:941–944 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
939
940
941
static void f_call (lua_State *L, void *ud) {
942
struct CallS *c = cast(struct CallS *, ud);
943
luaD_callnoyield(L, c->func, c->nresults);
944
}
945
946
947
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.70
Tested by
no test coverage detected