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

Function num_rdbs

src/laybasic/laybasic/layLayoutViewBase.h:2708–2711  ·  view source on GitHub ↗

* @brief Get the number of marker databases */

Source from the content-addressed store, hash-verified

2706 * @brief Get the number of marker databases
2707 */
2708 unsigned int num_rdbs () const
2709 {
2710 return (unsigned int) m_rdbs.size ();
2711 }
2712
2713 /**
2714 * @brief Open the RDB 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