Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
520
bool GetStartOnSystemStartup()
521
{
522
// check for Bitcoin*.lnk
523
return fs::exists(StartupShortcutPath());
524
}
525
526
bool SetStartOnSystemStartup(bool fAutoStart)
527
{
Callers
2
Reset
Method · 0.85
getOption
Method · 0.85
Calls
6
exists
Function · 0.85
StartupShortcutPath
Function · 0.85
GetAutostartFilePath
Function · 0.85
eof
Method · 0.80
find
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected