Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ dothecall
Function
dothecall
3rd/lua-5.4.3/src/lgc.c:893–896 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
891
892
893
static void dothecall (lua_State *L, void *ud) {
894
UNUSED(ud);
895
luaD_callnoyield(L, L->top - 2, 0);
896
}
897
898
899
static void GCTM (lua_State *L) {
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.85
Tested by
no test coverage detected