Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ libsize
Function
libsize
lua/lauxlib.c:283–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
282
283
static int libsize (const luaL_Reg *l) {
284
int size = 0;
285
for (; l->name; l++) size++;
286
return size;
287
}
288
289
290
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