Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ getOperator
Method
getOperator
dependencies/hueplusplus-1.0.0/src/Rule.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
return address;
33
}
34
Condition::Operator Condition::getOperator() const
35
{
36
return op;
37
}
38
std::string Condition::getValue() const
39
{
40
return value;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64