Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ pushmode
Function
pushmode
extlibs/lua/src/lbaselib.c:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
183
184
static int pushmode (lua_State *L, int oldmode) {
185
lua_pushstring(L, (oldmode == LUA_GCINC) ?
"incremental"
:
"generational"
);
186
return 1;
187
}
188
189
190
static int luaB_collectgarbage (lua_State *L) {
Callers
1
luaB_collectgarbage
Function · 0.85
Calls
1
lua_pushstring
Function · 0.85
Tested by
no test coverage detected