MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaopen_utf8

Function luaopen_utf8

third-party/lua-5.3.5/src/lutf8lib.c:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250LUAMOD_API int luaopen_utf8 (lua_State *L) {
251 luaL_newlib(L, funcs);
252 lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT)/sizeof(char) - 1);
253 lua_setfield(L, -2, "charpattern");
254 return 1;
255}
256

Callers

nothing calls this directly

Calls 2

lua_pushlstringFunction · 0.70
lua_setfieldFunction · 0.70

Tested by

no test coverage detected