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

Method get_rdb

src/laybasic/laybasic/layLayoutViewBase.cc:6523–6531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6521}
6522
6523rdb::Database *
6524LayoutViewBase::get_rdb (int index)
6525{
6526 if (index >= 0 && index < int (m_rdbs.size ())) {
6527 return m_rdbs [index];
6528 } else {
6529 return 0;
6530 }
6531}
6532
6533const rdb::Database *
6534LayoutViewBase::get_rdb (int index) const

Callers 13

rerun_macroMethod · 0.80
unload_all_clickedMethod · 0.80
ifFunction · 0.80
export_clickedMethod · 0.80
info_clickedMethod · 0.80
loadMethod · 0.80
rdbs_changedMethod · 0.80
activatedMethod · 0.80
update_contentMethod · 0.80
laySessionTests.ccFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected