MCPcopy 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
184static int pushmode (lua_State *L, int oldmode) {
185 lua_pushstring(L, (oldmode == LUA_GCINC) ? "incremental" : "generational");
186 return 1;
187}
188
189
190static int luaB_collectgarbage (lua_State *L) {

Callers 1

luaB_collectgarbageFunction · 0.85

Calls 1

lua_pushstringFunction · 0.85

Tested by

no test coverage detected