MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaopen_string

Function luaopen_string

lib/lua/src/lstrlib.c:1869–1873  ·  view source on GitHub ↗

** Open string library */

Source from the content-addressed store, hash-verified

1867** Open string library
1868*/
1869LUAMOD_API int luaopen_string (lua_State *L) {
1870 luaL_newlib(L, strlib);
1871 createmetatable(L);
1872 return 1;
1873}
1874

Callers

nothing calls this directly

Calls 1

createmetatableFunction · 0.85

Tested by

no test coverage detected