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

Method match

src/unittests/server/ServerConfigTests.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 InputFilter::FilterStatus match(const Event &ev) override
25 {
26 return ev.getType() == EventTypes::System ? InputFilter::FilterStatus::Activate
27 : InputFilter::FilterStatus::NoMatch;
28 }
29};
30
31using namespace deskflow::server;

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.80

Tested by

no test coverage detected