MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / BuildIdShortHash

Function BuildIdShortHash

IntelPresentMon/Versioning/BuildId.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace pmon::bid
13{
14 const char* BuildIdShortHash() noexcept
15 {
16 return PM_BID_GIT_HASH_SHORT;
17 }
18 const char* BuildIdLongHash() noexcept
19 {
20 return PM_BID_GIT_HASH;

Callers 7

ActionClientMethod · 0.85
WinMainFunction · 0.85
TEST_METHODFunction · 0.85
CommonEntryFunction · 0.85
Execute_Method · 0.85
WinMainFunction · 0.85
GetApiVersionFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_METHODFunction · 0.68