MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / pushutfchar

Function pushutfchar

extlibs/lua/src/lutf8lib.c:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151static void pushutfchar (lua_State *L, int arg) {
152 lua_Unsigned code = (lua_Unsigned)luaL_checkinteger(L, arg);
153 luaL_argcheck(L, code <= MAXUTF, arg, "value out of range");
154 lua_pushfstring(L, "%U", (long)code);
155}
156
157
158/*

Callers 1

utfcharFunction · 0.85

Calls 2

luaL_checkintegerFunction · 0.85
lua_pushfstringFunction · 0.85

Tested by

no test coverage detected