Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2853
void Document::commitCommand()
2854
{
2855
getDocument()->commitTransaction();
2856
}
2857
2858
void Document::abortCommand()
2859
{
Callers
nothing calls this directly
Calls
2
getDocument
Function · 0.70
commitTransaction
Method · 0.45
Tested by
no test coverage detected