MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / void (luaL_register)

Function void (luaL_register)

lua/lauxlib.c:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276
277LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
278 const luaL_Reg *l) {
279 luaI_openlib(L, libname, l, 0);
280}
281
282
283static int libsize (const luaL_Reg *l) {

Callers

nothing calls this directly

Calls 1

luaI_openlibFunction · 0.85

Tested by

no test coverage detected