Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void FileLock::unlock()
55
{
56
_locked = false;
57
}
58
59
bool FileLock::isLocked() const
60
{
Callers
4
recomputeWorker
Method · 0.45
tryRunEventLoop
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
1
close
Function · 0.85
Tested by
no test coverage detected