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

Function num_l2ndbs

src/laybasic/laybasic/layLayoutViewBase.h:2774–2777  ·  view source on GitHub ↗

* @brief Get the number of netlist databases */

Source from the content-addressed store, hash-verified

2772 * @brief Get the number of netlist databases
2773 */
2774 unsigned int num_l2ndbs () const
2775 {
2776 return (unsigned int) m_l2ndbs.size ();
2777 }
2778
2779 /**
2780 * @brief Open the L2NDB browser for a given database and associated cv index

Callers 1

shutdownMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected