Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ReleaseDirectoryLocks
Function
ReleaseDirectoryLocks
src/util/system.cpp:141–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void ReleaseDirectoryLocks()
142
{
143
LOCK(cs_dir_locks);
144
dir_locks.clear();
145
}
146
147
bool DirIsWritable(const fs::path& directory)
148
{
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