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

Method clone

src/lib/server/InputFilter.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60InputFilter::Condition *InputFilter::KeystrokeCondition::clone() const
61{
62 return new KeystrokeCondition(m_events, m_key, m_mask);
63}
64
65std::string InputFilter::KeystrokeCondition::format() const
66{

Callers 1

copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected