MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / luaopen_string

Function luaopen_string

src/lstrlib.cpp:2445–2449  ·  view source on GitHub ↗

** Open string library */

Source from the content-addressed store, hash-verified

2443** Open string library
2444*/
2445LUAMOD_API int luaopen_string (lua_State *L) {
2446 luaL_newlib(L, strlib);
2447 createmetatable(L);
2448 return 1;
2449}
2450

Callers

nothing calls this directly

Calls 1

createmetatableFunction · 0.70

Tested by

no test coverage detected