MCPcopy Create free account
hub / github.com/ElementsProject/elements / dataDir

Method dataDir

src/qt/clientmodel.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223QString ClientModel::dataDir() const
224{
225 return GUIUtil::PathToQString(gArgs.GetDataDirNet());
226}
227
228QString ClientModel::blocksDir() const
229{

Callers 1

setClientModelMethod · 0.80

Calls 1

PathToQStringFunction · 0.85

Tested by

no test coverage detected