Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaO_hexavalue
Function
luaO_hexavalue
freebsd/contrib/openzfs/module/lua/lobject.c:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
int luaO_hexavalue (int c) {
84
if (lisdigit(c)) return c -
'0'
;
85
else return ltolower(c) -
'a'
+ 10;
86
}
87
88
89
#if !defined(lua_strx2number)
Callers
2
readhexaesc
Function · 0.85
readhexa
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected