MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / boxgc

Function boxgc

lib/lua/src/lauxlib.c:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491static int boxgc (lua_State *L) {
492 resizebox(L, 1, 0);
493 return 0;
494}
495
496
497static const luaL_Reg boxmt[] = { /* box metamethods */

Callers

nothing calls this directly

Calls 1

resizeboxFunction · 0.85

Tested by

no test coverage detected