MCPcopy 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}
34Condition::Operator Condition::getOperator() const
35{
36 return op;
37}
38std::string Condition::getValue() const
39{
40 return value;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64