MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / ~DocOpenGuard

Method ~DocOpenGuard

src/App/Application.cpp:916–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914 flag = true;
915 }
916 ~DocOpenGuard() {
917 if(flag) {
918 flag = false;
919 try {
920 signal();
921 }
922 catch (const boost::exception&) {
923 // reported by code analyzers
924 Base::Console().warning("~DocOpenGuard: Unexpected boost exception\n");
925 }
926 }
927 }
928};
929
930Document* Application::openDocument(const char * FileName, DocumentInitFlags initFlags) {

Callers

nothing calls this directly

Calls 2

signalClass · 0.85
warningMethod · 0.45

Tested by

no test coverage detected