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

Function GetStartOnSystemStartup

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

Source from the content-addressed store, hash-verified

518}
519
520bool GetStartOnSystemStartup()
521{
522 // check for Bitcoin*.lnk
523 return fs::exists(StartupShortcutPath());
524}
525
526bool SetStartOnSystemStartup(bool fAutoStart)
527{

Callers 2

ResetMethod · 0.85
getOptionMethod · 0.85

Calls 6

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

Tested by

no test coverage detected