MCPcopy 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
54namespace std

Callers 1

OnEventMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected