MCPcopy 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

1794namespace
1795{
1796std::string getLockFile(const Base::FileInfo& file)
1797{
1798 return Base::FileInfo::getTempPath() + file.fileName() + ".lock";
1799}
1800
1801int getTimeout()
1802{

Callers 2

LoadDocumentMethod · 0.85
SaveDocumentMethod · 0.85

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected