MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getTimeout

Function getTimeout

src/Base/Parameter.cpp:1801–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1799}
1800
1801int getTimeout()
1802{
1803 const int timeout = 5000;
1804 return timeout;
1805}
1806} // namespace
1807
1808//**************************************************************************

Callers 2

LoadDocumentMethod · 0.85
SaveDocumentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected