Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
static void transaction (lay::LayoutViewBase *view, const std::string &desc)
153
{
154
view->manager ()->transaction (desc);
155
}
156
157
static void commit (lay::LayoutViewBase *view)
158
{
Callers
9
do_load_layer_props
Method · 0.70
new_cell
Method · 0.70
cm_remove_unused
Method · 0.50
cm_add_missing
Method · 0.50
cm_group
Method · 0.50
cm_ungroup
Method · 0.50
cm_source
Method · 0.50
cm_rename
Method · 0.50
double_clicked
Method · 0.50
Calls
2
transaction
Method · 0.80
manager
Method · 0.80
Tested by
no test coverage detected