Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ ReleaseDirectoryLocks
Function
ReleaseDirectoryLocks
src/util.cpp:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void ReleaseDirectoryLocks()
178
{
179
std::lock_guard<std::mutex> ulock(cs_dir_locks);
180
dir_locks.clear();
181
}
182
183
bool DirIsWritable(const fs::path& directory)
184
{
Callers
2
TestOtherProcess
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
2
TestOtherProcess
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68