MCPcopy Create free account
hub / github.com/IJHack/QtPass / isRunning

Method isRunning

src/singleapplication.cpp:66–66  ·  view source on GitHub ↗

public functions. * @brief SingleApplication::isRunning is there already a QtPass instance * running, to check wether to be server or client. * @return */

Source from the content-addressed store, hash-verified

64 * @return
65 */
66auto SingleApplication::isRunning() -> bool { return _isRunning; }
67
68/**
69 * @brief SingleApplication::sendMessage send a message (from commandline) to an

Callers 3

mainFunction · 0.80
~ImitatePassMethod · 0.80
GrepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected