Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
InputFilter::Condition *InputFilter::KeystrokeCondition::clone() const
61
{
62
return new KeystrokeCondition(m_events, m_key, m_mask);
63
}
64
65
std::string InputFilter::KeystrokeCondition::format() const
66
{
Callers
1
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected