MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaopen_string

Function luaopen_string

extlibs/lua/src/lstrlib.c:1800–1804  ·  view source on GitHub ↗

** Open string library */

Source from the content-addressed store, hash-verified

1798** Open string library
1799*/
1800LUAMOD_API int luaopen_string (lua_State *L) {
1801 luaL_newlib(L, strlib);
1802 createmetatable(L);
1803 return 1;
1804}
1805

Callers

nothing calls this directly

Calls 1

createmetatableFunction · 0.85

Tested by

no test coverage detected