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

Method commitCommand

src/Gui/Document.cpp:2853–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2851}
2852
2853void Document::commitCommand()
2854{
2855 getDocument()->commitTransaction();
2856}
2857
2858void Document::abortCommand()
2859{

Callers

nothing calls this directly

Calls 2

getDocumentFunction · 0.70
commitTransactionMethod · 0.45

Tested by

no test coverage detected