Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/RTXPT
/ HexString
Function
HexString
Rtxpt/SampleCommon/SampleCommon.cpp:794–797 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
792
}
793
794
std::string HexString(unsigned int value)
795
{
796
return std::format(
"{:08x}"
, value);
797
}
798
799
std::string StripNonAsciiAlnum(const std::string & input)
800
{
Callers
1
InitializeUniqueDeterministicName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected