Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaopen_string
Function
luaopen_string
third-party/lua-5.2.4/src/lstrlib.c:1014–1018 ·
view source on GitHub ↗
** Open string library */
Source
from the content-addressed store, hash-verified
1012
** Open string library
1013
*/
1014
LUAMOD_API int luaopen_string (lua_State *L) {
1015
luaL_newlib(L, strlib);
1016
createmetatable(L);
1017
return 1;
1018
}
1019
Callers
nothing calls this directly
Calls
1
createmetatable
Function · 0.70
Tested by
no test coverage detected