Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaopen_string
Function
luaopen_string
3rd/lua-5.4.3/src/lstrlib.c:1812–1816 ·
view source on GitHub ↗
** Open string library */
Source
from the content-addressed store, hash-verified
1810
** Open string library
1811
*/
1812
LUAMOD_API int luaopen_string (lua_State *L) {
1813
luaL_newlib(L, strlib);
1814
createmetatable(L);
1815
return 1;
1816
}
1817
Callers
nothing calls this directly
Calls
1
createmetatable
Function · 0.85
Tested by
no test coverage detected