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

Function readhexaesc

extlibs/lua/src/llex.c:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

read_stringFunction · 0.85

Calls 1

gethexaFunction · 0.85

Tested by

no test coverage detected