MCPcopy 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
283static int libsize (const luaL_Reg *l) {
284 int size = 0;
285 for (; l->name; l++) size++;
286 return size;
287}
288
289
290LUALIB_API void luaI_openlib (lua_State *L, const char *libname,

Callers 1

luaI_openlibFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected