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

Method getSecureInputApp

src/lib/server/ClientProxy1_0.cpp:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320std::string ClientProxy1_0::getSecureInputApp() const
321{
322 // ignore -- not supported on clients
323 LOG_DEBUG("getSecureInputApp not supported");
324 return "";
325}
326
327void ClientProxy1_0::secureInputNotification(const std::string &) const
328{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected