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

Method wants_cell

src/db/db/dbLayoutQuery.cc:3296–3300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3294}
3295
3296bool
3297FilterStateObjectives::wants_cell (db::cell_index_type ci) const
3298{
3299 return m_wants_all_cells || m_wants_cells.find (ci) != m_wants_cells.end ();
3300}
3301
3302// --------------------------------------------------------------------------------
3303// FilterStateBase implementation

Callers 2

cell_matchesFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected