MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / gethexa

Function gethexa

src/Chain/libraries/glua/llex.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344
345
346static int gethexa(LexState *ls) {
347 save_and_next(ls);
348 esccheck(ls, lisxdigit(ls->current), "hexadecimal digit expected");
349 return luaO_hexavalue(ls->current);
350}
351
352
353static 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