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

Method Rule

src/lib/server/InputFilter.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554//
555
556InputFilter::Rule::Rule(Condition *adoptedCondition) : m_condition(adoptedCondition)
557{
558 // do nothing
559}
560
561InputFilter::Rule::Rule(const Rule &rule)
562{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected