Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace 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
ActionClient
Method · 0.85
WinMain
Function · 0.85
TEST_METHOD
Function · 0.85
CommonEntry
Function · 0.85
Execute_
Method · 0.85
WinMain
Function · 0.85
GetApiVersion
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_METHOD
Function · 0.68