MCPcopy Create free account
hub / github.com/DFHack/dfhack / boxgc

Function boxgc

depends/lua/src/lauxlib.c:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476static int boxgc (lua_State *L) {
477 resizebox(L, 1, 0);
478 return 0;
479}
480
481
482static void *newbox (lua_State *L, size_t newsize) {

Callers

nothing calls this directly

Calls 1

resizeboxFunction · 0.85

Tested by

no test coverage detected