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

Method get_l2ndb

src/laybasic/laybasic/layLayoutViewBase.cc:6453–6461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6451}
6452
6453db::LayoutToNetlist *
6454LayoutViewBase::get_l2ndb (int index)
6455{
6456 if (index >= 0 && index < int (m_l2ndbs.size ())) {
6457 return m_l2ndbs [index];
6458 } else {
6459 return 0;
6460 }
6461}
6462
6463const db::LayoutToNetlist *
6464LayoutViewBase::get_l2ndb (int index) const

Callers 10

probe_netMethod · 0.80
ifFunction · 0.80
loadMethod · 0.80
l2ndbs_changedMethod · 0.80
activatedMethod · 0.80
update_contentMethod · 0.80
rerun_macroMethod · 0.80
laySessionTests.ccFile · 0.80
fetchMethod · 0.80
get_lvsdbFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected