Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ dataDir
Method
dataDir
src/qt/clientmodel.cpp:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
QString ClientModel::dataDir() const
217
{
218
return GUIUtil::PathToQString(gArgs.GetDataDirNet());
219
}
220
221
QString ClientModel::blocksDir() const
222
{
Callers
2
on_resetButton_clicked
Method · 0.80
setClientModel
Method · 0.80
Calls
2
PathToQString
Function · 0.85
GetDataDirNet
Method · 0.80
Tested by
no test coverage detected