Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ IsResolved
Method
IsResolved
IntelPresentMon/CommonUtilities/log/ErrorCode.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
return bool(pTypeInfo_);
56
}
57
bool ErrorCode::IsResolved() const
58
{
59
return bool(pStrings_);
60
}
61
bool ErrorCode::IsResolvedNontrivial() const
62
{
63
return IsResolved() && !pStrings_->type.empty();
Callers
1
TransformFilter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected