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

Function gethexa

extlibs/lua/src/llex.c:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324
325static int gethexa (LexState *ls) {
326 save_and_next(ls);
327 esccheck (ls, lisxdigit(ls->current), "hexadecimal digit expected");
328 return luaO_hexavalue(ls->current);
329}
330
331
332static 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