Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Artikash/Textractor
/ HexString
Function
HexString
host/hookcode.cpp:185–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
std::wstring HexString(int64_t num)
186
{
187
if (num < 0) return FormatString(L
"-%I64X"
, -num);
188
return FormatString(L
"%I64X"
, num);
189
}
190
191
std::wstring GenerateRCode(HookParam hp)
192
{
Callers
3
GenerateRCode
Function · 0.85
GenerateHCode
Function · 0.85
hookcode.cpp
File · 0.85
Calls
1
FormatString
Function · 0.85
Tested by
no test coverage detected