Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ dothecall
Function
dothecall
src/Chain/libraries/glua/lgc.cpp:803–806 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
802
803
static void dothecall(lua_State *L, void *ud) {
804
UNUSED(ud);
805
luaD_callnoyield(L, L->top - 2, 0);
806
}
807
808
809
static void GCTM(lua_State *L, int propagateerrors) {
Callers
nothing calls this directly
Calls
1
luaD_callnoyield
Function · 0.85
Tested by
no test coverage detected