Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ dothecall
Function
dothecall
Dependencies/lua/src/lgc.c:901–904 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
899
900
901
static void dothecall (lua_State *L, void *ud) {
902
UNUSED(ud);
903
luaD_callnoyield(L, L->top.p - 2, 0);
904
}
905
906
907
static void GCTM (lua_State *L) {
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.85
Tested by
no test coverage detected