MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetStartOnSystemStartup

Function GetStartOnSystemStartup

src/qt/guiutil.cpp:524–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524bool GetStartOnSystemStartup()
525{
526 // check for Bitcoin*.lnk
527 return fs::exists(StartupShortcutPath());
528}
529
530bool SetStartOnSystemStartup(bool fAutoStart)
531{

Callers 2

ResetMethod · 0.85
dataMethod · 0.85

Calls 6

existsFunction · 0.85
StartupShortcutPathFunction · 0.85
GetAutostartFilePathFunction · 0.85
findMethod · 0.80
eofMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected