Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ add_this_cell
Method
add_this_cell
src/db/db/dbSaveLayoutOptions.cc:196–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void
197
SaveLayoutOptions::add_this_cell (db::cell_index_type cell_index)
198
{
199
m_all_cells = false;
200
m_cells.insert (cell_index);
201
}
202
203
void
204
SaveLayoutOptions::clear_cells ()
Callers
3
test_1
Method · 0.80
configure
Method · 0.80
get_options
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
1
test_1
Method · 0.64