Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ callclose
Function
callclose
extlibs/lua/src/lfunc.c:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
103
static void callclose (lua_State *L, void *ud) {
104
UNUSED(ud);
105
luaD_callnoyield(L, L->top - 3, 0);
106
}
107
108
109
/*
Callers
2
callclosemth
Function · 0.85
luaF_newtbcupval
Function · 0.85
Calls
1
luaD_callnoyield
Function · 0.85
Tested by
no test coverage detected