MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / readhexaesc

Function readhexaesc

third-party/lua-5.4.6/src/llex.c:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333
334
335static int readhexaesc (LexState *ls) {
336 int r = gethexa(ls);
337 r = (r << 4) + gethexa(ls);
338 luaZ_buffremove(ls->buff, 2); /* remove saved chars from buffer */
339 return r;
340}
341
342
343static unsigned long readutf8esc (LexState *ls) {

Callers 1

read_stringFunction · 0.70

Calls 1

gethexaFunction · 0.70

Tested by

no test coverage detected