Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
bool EventConfigCategory::Contains(int opcode) const {
85
return std::find(Opcodes.begin(), Opcodes.end(), opcode) != Opcodes.end();
86
}
Callers
1
BuildEventsTree
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected