Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ isPerformingTransaction
Method
isPerformingTransaction
src/App/Document.cpp:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
bool Document::isPerformingTransaction() const
322
{
323
return d->undoing || d->rollback;
324
}
325
326
std::vector<std::string> Document::getAvailableUndoNames() const
327
{
Callers
15
onProposedLabelChange
Method · 0.45
getTransacting
Method · 0.45
checkCopyOnChange
Method · 0.45
update
Method · 0.45
extensionOnChanged
Method · 0.45
onChanged
Method · 0.45
extensionOnChanged
Method · 0.45
setAllowPartial
Method · 0.45
updateGeometryRefs
Method · 0.45
onGeometryChanged
Method · 0.45
onConstraintsChanged
Method · 0.45
onExternalGeoChanged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected