MCPcopy 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
48bool FileLock::lock()
49{
50 _locked = true;
51 return true;
52}
53
54void FileLock::unlock()
55{

Callers 15

recomputeWorkerMethod · 0.45
getExtensionsMethod · 0.45
initExtensionMethod · 0.45
onGeometryChangedMethod · 0.45
onExternalGeoChangedMethod · 0.45
migrateSketchMethod · 0.45
initExtensionsMethod · 0.45
getExtensionsMethod · 0.45
updateGeometryColorMethod · 0.45
getSafeGeomLayerIdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected