MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaopen_utf8

Function luaopen_utf8

ThirdParty/lua/lua/lutf8lib.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

lua_setfieldFunction · 0.85

Tested by

no test coverage detected