Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ boxgc
Function
boxgc
third-party/lua-5.5.0/src/lauxlib.c:503–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
501
502
503
static int boxgc (lua_State *L) {
504
resizebox(L, 1, 0);
505
return 0;
506
}
507
508
509
static const luaL_Reg boxmt[] = { /* box metamethods */
Callers
nothing calls this directly
Calls
1
resizebox
Function · 0.70
Tested by
no test coverage detected