Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ MatchesId
Method
MatchesId
ETLTrimmer/main.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
GUID providerGuid;
47
uint32_t controlCode;
48
bool MatchesId(uint16_t eventId) const
49
{
50
return eventSet.empty() || eventSet.contains(eventId);
51
}
52
};
53
54
namespace std
Callers
1
OnEvent
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected