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

Function LockDirectories

src/init.cpp:1188–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1186 assert(false);
1187}
1188static bool LockDirectories(bool probeOnly)
1189{
1190 return LockDirectory(gArgs.GetDataDirNet(), probeOnly) && \
1191 LockDirectory(gArgs.GetBlocksDirPath(), probeOnly);
1192}
1193
1194bool AppInitSanityChecks(const kernel::Context& kernel)
1195{

Callers 2

AppInitSanityChecksFunction · 0.85
AppInitLockDirectoriesFunction · 0.85

Calls 3

GetDataDirNetMethod · 0.80
GetBlocksDirPathMethod · 0.80
LockDirectoryFunction · 0.70

Tested by

no test coverage detected