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

Method InputFilter

src/lib/server/InputFilter.cpp:758–761  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Input Filter Class -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

756// Input Filter Class
757// -----------------------------------------------------------------------------
758InputFilter::InputFilter(IEventQueue *events) : m_events(events)
759{
760 // do nothing
761}
762
763InputFilter::InputFilter(const InputFilter &x) : m_ruleList(x.m_ruleList), m_events(x.m_events)
764{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected