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

Method getScreen

src/lib/server/InputFilter.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275std::string InputFilter::SwitchToScreenAction::getScreen() const
276{
277 return m_screen;
278}
279
280InputFilter::Action *InputFilter::SwitchToScreenAction::clone() const
281{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected