MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Contains

Method Contains

WinArk/EventConfiguration.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool EventConfigCategory::Contains(int opcode) const {
85 return std::find(Opcodes.begin(), Opcodes.end(), opcode) != Opcodes.end();
86}

Callers 1

BuildEventsTreeMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected