MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / luaopen_table

Function luaopen_table

lua/src/ltablib.c:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425
426LUAMOD_API int luaopen_table (lua_State *L) {
427 luaL_newlib(L, tab_funcs);
428 return 1;
429}
430

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected