Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ libsize
Function
libsize
Source/Misc/lua/src/lua.c:10447–10451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10445
10446
10447
static int libsize (const luaL_Reg *l) {
10448
int size = 0;
10449
for (; l->name; l++) size++;
10450
return size;
10451
}
10452
10453
10454
LUALIB_API void luaI_openlib (lua_State *L, const char *libname,
Callers
1
luaI_openlib
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected