Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getLockFile
Function
getLockFile
src/Base/Parameter.cpp:1796–1799 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1794
namespace
1795
{
1796
std::string getLockFile(const Base::FileInfo& file)
1797
{
1798
return Base::FileInfo::getTempPath() + file.fileName() +
".lock"
;
1799
}
1800
1801
int getTimeout()
1802
{
Callers
2
LoadDocument
Method · 0.85
SaveDocument
Method · 0.85
Calls
1
fileName
Method · 0.45
Tested by
no test coverage detected