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

Function BuildIdLongHash

IntelPresentMon/Versioning/BuildId.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 return PM_BID_GIT_HASH_SHORT;
17 }
18 const char* BuildIdLongHash() noexcept
19 {
20 return PM_BID_GIT_HASH;
21 }
22 const char* BuildIdTimestamp() noexcept
23 {
24 return PM_BID_TIME;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected