MCPcopy Create free account
hub / github.com/KLayout/klayout / transaction

Function transaction

src/laybasic/laybasic/gsiDeclLayLayoutViewBase.cc:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152static void transaction (lay::LayoutViewBase *view, const std::string &desc)
153{
154 view->manager ()->transaction (desc);
155}
156
157static void commit (lay::LayoutViewBase *view)
158{

Callers 9

do_load_layer_propsMethod · 0.70
new_cellMethod · 0.70
cm_remove_unusedMethod · 0.50
cm_add_missingMethod · 0.50
cm_groupMethod · 0.50
cm_ungroupMethod · 0.50
cm_sourceMethod · 0.50
cm_renameMethod · 0.50
double_clickedMethod · 0.50

Calls 2

transactionMethod · 0.80
managerMethod · 0.80

Tested by

no test coverage detected