Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ GetStrings
Method
GetStrings
IntelPresentMon/CommonUtilities/log/ErrorCode.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
return
""
;
87
}
88
const IErrorCodeResolver::Strings* ErrorCode::GetStrings() const
89
{
90
return pStrings_.get();
91
}
92
ErrorCode::operator bool() const
93
{
94
return !Empty();
Callers
2
Format
Method · 0.80
Format
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected