Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
491
static int boxgc (lua_State *L) {
492
resizebox(L, 1, 0);
493
return 0;
494
}
495
496
497
static const luaL_Reg boxmt[] = { /* box metamethods */
Callers
nothing calls this directly
Calls
1
resizebox
Function · 0.85
Tested by
no test coverage detected