MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / void (luaL_register)

Function void (luaL_register)

deps/lua/src/lauxlib.c:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
230 const luaL_Reg *l) {
231 luaI_openlib(L, libname, l, 0);
232}
233
234
235static int libsize (const luaL_Reg *l) {

Callers

nothing calls this directly

Calls 1

luaI_openlibFunction · 0.85

Tested by

no test coverage detected