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

Method request_cell

src/db/db/dbLayoutQuery.cc:3288–3294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3286}
3287
3288void
3289FilterStateObjectives::request_cell (db::cell_index_type ci)
3290{
3291 if (! m_wants_all_cells) {
3292 m_wants_cells.insert (ci);
3293 }
3294}
3295
3296bool
3297FilterStateObjectives::wants_cell (db::cell_index_type ci) const

Callers 2

do_initFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected