MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / gethexa

Function gethexa

3rd/lua-5.4.3/src/llex.c:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327
328static int gethexa (LexState *ls) {
329 save_and_next(ls);
330 esccheck (ls, lisxdigit(ls->current), "hexadecimal digit expected");
331 return luaO_hexavalue(ls->current);
332}
333
334
335static int readhexaesc (LexState *ls) {

Callers 2

readhexaescFunction · 0.85
readutf8escFunction · 0.85

Calls 2

esccheckFunction · 0.85
luaO_hexavalueFunction · 0.85

Tested by

no test coverage detected