Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ dothecall
Function
dothecall
extlibs/lua/src/lgc.c:830–833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
829
830
static void dothecall (lua_State *L, void *ud) {
831
UNUSED(ud);
832
luaD_callnoyield(L, L->top - 2, 0);
833
}
834
835
836
static void GCTM (lua_State *L) {
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.85
Tested by
no test coverage detected