MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetStartOnSystemStartup

Function GetStartOnSystemStartup

src/qt/guiutil.cpp:535–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535bool GetStartOnSystemStartup()
536{
537 // check for Bitcoin*.lnk
538 return fs::exists(StartupShortcutPath());
539}
540
541bool SetStartOnSystemStartup(bool fAutoStart)
542{

Callers 2

ResetMethod · 0.85
dataMethod · 0.85

Calls 6

StartupShortcutPathFunction · 0.85
GetAutostartFilePathFunction · 0.85
findStartupItemInListFunction · 0.85
eofMethod · 0.45
findMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected