MCPcopy Create free account
hub / github.com/DFHack/dfhack / gethexa

Function gethexa

depends/lua/src/llex.c:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315static int gethexa (LexState *ls) {
316 save_and_next(ls);
317 esccheck (ls, lisxdigit(ls->current), "hexadecimal digit expected");
318 return luaO_hexavalue(ls->current);
319}
320
321
322static 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