Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ GetAutostartFilePath
Function
GetAutostartFilePath
src/qt/guiutil.cpp:670–673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
668
}
669
670
boost::filesystem::path static GetAutostartFilePath()
671
{
672
return GetAutostartDir() /
"bitcoin.desktop"
;
673
}
674
675
bool GetStartOnSystemStartup()
676
{
Callers
2
GetStartOnSystemStartup
Function · 0.85
SetStartOnSystemStartup
Function · 0.85
Calls
1
GetAutostartDir
Function · 0.85
Tested by
no test coverage detected