MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / blocksDir

Method blocksDir

src/qt/clientmodel.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221QString ClientModel::blocksDir() const
222{
223 return GUIUtil::PathToQString(gArgs.GetBlocksDirPath());
224}
225
226void ClientModel::TipChanged(SynchronizationState sync_state, interfaces::BlockTip tip, double verification_progress, SyncType synctype)
227{

Callers 1

setClientModelMethod · 0.80

Calls 2

PathToQStringFunction · 0.85
GetBlocksDirPathMethod · 0.80

Tested by

no test coverage detected