Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ qstringToBoostPath
Function
qstringToBoostPath
src/qt/guiutil.cpp:782–785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
780
}
781
782
fs::path qstringToBoostPath(const QString &path)
783
{
784
return fs::path(path.toStdString(), utf8);
785
}
786
787
QString boostPathToQString(const fs::path &path)
788
{
Callers
2
check
Method · 0.85
pickDataDirectory
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected