MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / luaopen_utf8

Function luaopen_utf8

lua/src/lutf8lib.c:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280LUAMOD_API int luaopen_utf8 (lua_State *L) {
281 luaL_newlib(L, funcs);
282 lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT)/sizeof(char) - 1);
283 lua_setfield(L, -2, "charpattern");
284 return 1;
285}
286

Callers

nothing calls this directly

Calls 2

lua_pushlstringFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected