MCPcopy 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
141void ReleaseDirectoryLocks()
142{
143 LOCK(cs_dir_locks);
144 dir_locks.clear();
145}
146
147bool DirIsWritable(const fs::path& directory)
148{

Callers 2

TestOtherProcessFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by 2

TestOtherProcessFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68