MCPcopy Create free account
hub / github.com/deskflow/deskflow / getCondition

Method getCondition

src/lib/server/InputFilter.cpp:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732const InputFilter::Condition *InputFilter::Rule::getCondition() const
733{
734 return m_condition;
735}
736
737uint32_t InputFilter::Rule::getNumActions(bool onActivation) const
738{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected