Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ lock
Method
lock
src/Base/FileLock.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool FileLock::lock()
49
{
50
_locked = true;
51
return true;
52
}
53
54
void FileLock::unlock()
55
{
Callers
15
recomputeWorker
Method · 0.45
getExtensions
Method · 0.45
initExtension
Method · 0.45
onGeometryChanged
Method · 0.45
onExternalGeoChanged
Method · 0.45
migrateSketch
Method · 0.45
initExtensions
Method · 0.45
getExtensions
Method · 0.45
getGeometryWithDependentParameters
Method · 0.45
calculateDependentParametersElements
Method · 0.45
updateGeometryColor
Method · 0.45
getSafeGeomLayerId
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected