MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaopen_string

Function luaopen_string

depends/lua/src/lstrlib.c:1579–1583  ·  view source on GitHub ↗

** Open string library */

Source from the content-addressed store, hash-verified

1577** Open string library
1578*/
1579LUAMOD_API int luaopen_string (lua_State *L) {
1580 luaL_newlib(L, strlib);
1581 createmetatable(L);
1582 return 1;
1583}
1584

Callers

nothing calls this directly

Calls 1

createmetatableFunction · 0.85

Tested by

no test coverage detected