MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / luaopen_utf8

Function luaopen_utf8

Plugins/slua_unreal/External/lua/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
257} // end NS_SLUA

Callers

nothing calls this directly

Calls 2

lua_pushlstringFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected