MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaopen_utf8

Function luaopen_utf8

src/Chain/libraries/glua/lutf8lib.cpp: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.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected