MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / unlock

Method unlock

src/Base/FileLock.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void FileLock::unlock()
55{
56 _locked = false;
57}
58
59bool FileLock::isLocked() const
60{

Callers 4

recomputeWorkerMethod · 0.45
tryRunEventLoopFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected