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