Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ f_call
Function
f_call
extlibs/lua/src/lapi.c:995–998 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
993
994
995
static void f_call (lua_State *L, void *ud) {
996
struct CallS *c = cast(struct CallS *, ud);
997
luaD_callnoyield(L, c->func, c->nresults);
998
}
999
1000
1001
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.85
Tested by
no test coverage detected